 | SystemUnitFamilyTypeBaseClass Property |
Gets and sets the BaseClass for this instance. 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 SystemUnitFamilyType BaseClass { get; set; }
Public Property BaseClass As SystemUnitFamilyType
Get
Set
public:
virtual property SystemUnitFamilyType^ BaseClass {
SystemUnitFamilyType^ get () sealed;
void set (SystemUnitFamilyType^ value) sealed;
}
Property Value
SystemUnitFamilyTypeImplements
IClassWithBaseClassReferenceTBaseClass
See Also