Click or drag to resize

InterfaceFamilyTypeCreateClassInstance Method

Creates an ExternalInterface object as an instance of this InterfaceClass object. All Base-Class references are resolved to create the instance - copying the Attribute and ExternalInterface objects to the created ExternalInterface object. The IDs of the ExternalInterface objects are made unique.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public ExternalInterfaceType CreateClassInstance()

Return Value

ExternalInterfaceType
The ExternalInterface object

Implements

IInstantiableTINSTANCECreateClassInstance
See Also