Attributes
 
Attributes within Creo-related objects are not directly accessible, but can be accessed through Get and Set methods. These methods are of the following types:
Attribute name: int XYZ
Methods: int GetXYZ();
void SetXYZ (xint i);
Some of the attributes that have been designated as read-only, can be accessed only by the Get method.
Was this helpful?