  | 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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic AttributeFamilyType BaseClass { get; set; }Public Property BaseClass As AttributeFamilyType
	Get
	Set
public:
virtual property AttributeFamilyType^ BaseClass {
	AttributeFamilyType^ get () sealed;
	void set (AttributeFamilyType^ value) sealed;
}Property Value
AttributeFamilyTypeImplements
IClassWithBaseClassReferenceTBaseClass
See Also