FactoryOptions Object
Description
Methods
Name | Description |
ApplyToAllMembers | Method that applies the factory options to all members of the factory including existing ones. By default, any factory options specified using the FactoryOptions object will only apply to newly created members. If the options need to be applied to existing members also, this method needs to be called. |
Properties
Name | Description |
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. |
IsPartNumberIndexed | Gets and sets whether the part number displayed in the iPart factory table is indexed. |
MemberNameIndexDigits | Gets and sets the number of digits to use for the member name index. |
MemberNameIndexInitialValue | Gets and sets the starting value of the member name index. |
MemberNameIndexSeparator | Gets and sets the separator for the member name index. |
MemberNameIndexStepValue | Gets and sets the step value for the member name index. |
MemberNameType | Gets and sets the type of value to use for the member name. |
MemberNameValue | Gets and sets the custom text value for the member name. |
PartNumberIndexDigits | Gets and sets the number of digits to use for the part number index. |
PartNumberIndexInitialValue | Gets and sets the starting value of the part number index. |
PartNumberIndexSeparator | Gets and sets the separator for the part number index. |
PartNumberIndexStepValue | Gets and sets the step value for the part number index. |
PartNumberType | Gets and sets the type of value to use for the part number. |
PartNumberValue | Gets and sets the custom text value for the part number. |
Type | Returns an ObjectTypeEnum indicating this object's type. |