Click or drag to resize

RoleFamilyTypeCreateClassInstance Method

Creates a RoleRequirements object as an instance of this RoleClass object. All Base-Class references are resolved to create the instance - copying the Attribute and ExternalInterface objects to the created RoleRequirements 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 RoleRequirementsType CreateClassInstance()

Return Value

RoleRequirementsType
The RoleRequirements object

Implements

IInstantiableTINSTANCECreateClassInstance
See Also