ActiveCell |
Property that returns a floating cell object that caller can use for iterating the table using indices. Set the Row and Column properties on the returned object to iterate through the table. |
Application |
Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
ContentIdentifier |
Property that returns the identifier for this object. This can be used with the GetContentObject method of the ContentCenter object to obtain this object at a later time. |
Description |
Gets/Sets the description of this family. |
DesignationColumn |
Property that returns the column representing family designation values. |
DisplayName |
Gets/Sets the name of this family. |
FamilyType |
Property that returns the constant that indicates what type of family this family is; kContentPartFamily or kContentFeatureFamily. |
FileNameColumn |
Property that returns the column representing family file name values. |
InternalName |
Property that returns the internal name of the ContentFamily. The internal name uniquely identifies this family with respect to other families in the library and it cannot be changed so it will remain consistent. |
IsCustom |
Property that indicates if this family is a custom or standard family. A custom family has at least one custom column and requires the additional input of the values for the custom columns and a filename when creating a member of the family. |
IsModifiable |
Property that indicates if this library is writable or not. Returns True in the case where the library is modifiable. |
LibraryInternalName |
Property that returns the internal name of the library this family is defined within. |
LibraryName |
Property that returns the display name of the library this family is defined within. |
Manufacturer |
Gets/Sets the manufacturer of the parts within this family. |
MemberDirectory |
Gets/Sets the name of the directory where family members are saved. |
RevisionId |
Property that returns the family revision Id, which is a GUID in string format. |
Standard |
Gets/Sets the standard this family is based on. |
StandardOrganization |
Gets/Sets the standard organization this family is part of. |
StandardRevision |
Gets/Sets the standard revision this family is based on. |
TableColumns |
Property that returns the collection of columns for the table associated with this family. |
TableRows |
Property that returns the collection of rows for the table associated with this family. |
Thumbnail |
Gets/Sets the image used for the thumbnail of this family. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |