 | InterfaceFamilyTypeRefBaseClassPath Property |
Gets and sets the path which references a base class.
This property is used to create class to class relations between InterfaceClass objects.
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 override string RefBaseClassPath { get; set; }
Public Overrides Property RefBaseClassPath As String
Get
Set
public:
virtual property String^ RefBaseClassPath {
String^ get () override;
void set (String^ value) override;
}
Property Value
StringImplements
IClassWithBaseClassReferenceRefBaseClassPath
See Also