Copy |
|
CopyWithOwner |
|
Count |
Property that returns the number of attributes within this attribute set. |
DataIO |
Property that returns the object that allows you to write the contents of the AttributeSet as XML. The DataIO object returned supports the WriteDataToFile method with the format "XML." The AttributeSet name is used as a tag name in the XML data. Because of this, the name must be a valid XML tag name. This means it must begin with a letter and can contain the following characters '_', '-', '.'. Spaces are not allowed. |
Item |
Returns the specified Attribute object from the attribute set. This is the default property of the AttributeSet object. |
Name |
|
NameIsUsed |
Property that returns whether an existing attribute has the specific name or not. Returns True if the name is already being used. |
Parent |
Property that returns the Autodesk Inventor object being attributed with this AttributeSet. If this AttributeSet is being shared by more than one Autodesk Inventor object, then an ObjectCollection is returned that contains all of the Autodesk Inventor objects attributed with this AttributeSet. |
Transient |
Gets the Boolean flag indicating whether this Attribute set is transient. (Meaning it is available only during this session). |
Type |
Returns an ObjectTypeEnum indicating this object's type. |