  | AttributeFamilyTypeRefBaseClassPath Property | 
                Gets the reference base class path.
            
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string RefBaseClassPath { get; set; }Public Property RefBaseClassPath As String
	Get
	Set
public:
virtual property String^ RefBaseClassPath {
	String^ get () sealed;
	void set (String^ value) sealed;
}Property Value
String
                The reference base class path.
            
Implements
IClassWithBaseClassReferenceRefBaseClassPath
See Also