Click or drag to resize

AttributeFamilyTypeBaseClass Property

Gets and sets the base class for this AttributeType. Setting a base class creates a class to class inheritance relation. Base classes are defined using the CAEX-Attribute RefAttributeType which is set to the CAEX-path of the base class. According to CAEX, a class shall not inherit from itself or from a derivative of itself, therefore any cyclic reference is denied.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public AttributeFamilyType BaseClass { get; set; }

Property Value

AttributeFamilyType

Implements

IClassWithBaseClassReferenceTBaseClass
See Also