Count |
Property that returns the number of items in this collection. |
DataIO |
Property that returns the object that allows you to write the contents of all of the AttributeSets attached to object as XML. The DataIO object returned supports the WriteDataToFile method with the format "XML." The AttributeSet names are used as the tag names in the XML data. Because of this, the names must be valid XML tag names. This means they must begin with a letter and can contain the following characters '_', '-', '.'. Spaces are not allowed. |
Item |
Returns the specified object from the collection. This is the default property of the AttributeSets collection object. |
NameIsUsed |
Property that returns whether an existing attribute set has the specified name or not. Multiple AttributeSets with the same name are not allowed within this collection. Returns True if the name is already being used. |
Parent |
Property that returns the object this attribute set is attached to. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |