AssemblyComponentDefinition.iAssemblyFactory Property
Parent Object: AssemblyComponentDefinitionDescription
Property that returns the iAssemblyFactory object. This property will return Nothing in the case where the assembly is not an iAssembly Factory. You can determine this by using the IsiAssemblyFactory property.
Syntax
AssemblyComponentDefinition.iAssemblyFactory() As iAssemblyFactoryProperty Value
This is a read only property whose value is an iAssemblyFactory.Samples
Name | Description |
Adding iAssembly occurrences | This sample demonstrates adding iAssembly occurrences to an assembly. |