PartComponentDefinition.iPartFactory Property
Parent Object: PartComponentDefinitionDescription
Property that returns the iPartFactory object. This property will fail in the case where the part is not an iPart Factory. You can determine this by using the IsiPartFactory property.
Syntax
PartComponentDefinition.iPartFactory() As iPartFactoryProperty Value
This is a read only property whose value is an iPartFactory.Samples
Name | Description |
Adding iPart occurrences to an assembly | This sample demonstrates adding iPart occurrences to an assembly. |
Create a Configuration Table | This sample demonstrates the creation of a configuration (iPart/iAssembly) table in a drawing from a factory document. |