 | InternalElementTypeRefBaseSystemUnitPath Property |
Gets and sets the RefBaseSystemUnitPath Attribute of an InternalElement.
For Class assignments the property
SystemUnitClass is appropriate.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string RefBaseSystemUnitPath { get; set; }
Public Property RefBaseSystemUnitPath As String
Get
Set
public:
property String^ RefBaseSystemUnitPath {
String^ get ();
void set (String^ value);
}
Property Value
String
See Also