Click or drag to resize

AttributeFamilyTypeCreateClassInstance Method

Creates a class instance for this AttributeType object. All inherited base classes are resolved in the resulting Attribute. The Attribute collection of the new Attribute instance contains all inherited attributes from base classes."/>

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

Return Value

AttributeType
The created Attribute object.

Implements

IInstantiableTINSTANCECreateClassInstance
See Also