Copy |
Gets the Boolean flag that indicates whether this set was created as a result of a operation that copied the owner Inventor Object. |
CopyWithOwner |
Gets the Boolean flag that controls the behavior of whether this set will copied onto this Inventor Object's copy. |
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 |
Gets/Sets the name of the Attribute Set. |
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. |