Click or drag to resize

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.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public override string RefBaseClassPath { get; set; }

Property Value

String

Implements

IClassWithBaseClassReferenceRefBaseClassPath
See Also