 | RoleFamilyTypeBaseClass 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 RoleFamilyType BaseClass { get; set; }
Public Property BaseClass As RoleFamilyType
Get
Set
public:
virtual property RoleFamilyType^ BaseClass {
RoleFamilyType^ get () sealed;
void set (RoleFamilyType^ value) sealed;
}
Property Value
RoleFamilyTypeImplements
IClassWithBaseClassReferenceTBaseClass
See Also