 | InterfaceClassTypeBaseClass Property |
Gets and sets the ReferencedBaseClass for this instance.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic virtual InterfaceFamilyType BaseClass { get; set; }
Public Overridable Property BaseClass As InterfaceFamilyType
Get
Set
public:
virtual property InterfaceFamilyType^ BaseClass {
InterfaceFamilyType^ get ();
void set (InterfaceFamilyType^ value);
}
Property Value
InterfaceFamilyType
See Also