Share

AssemblyComponentDefinition.IsiAssemblyFactory Property

Parent Object: AssemblyComponentDefinition

Description

Property that returns if the assembly is an iAssembly factory or not. It returns True in the case where the assembly is a factory. If True, the factory can be obtained using the iAssemblyFactory property.

Syntax

AssemblyComponentDefinition.IsiAssemblyFactory() As Boolean

Property Value

This is a read only property whose value is a Boolean.

Samples

Name Description
Adding iAssembly occurrences This sample demonstrates adding iAssembly occurrences to an assembly.

Version

Introduced in version 11

Was this information helpful?