MEPSystemTypeAbbreviation Property |
Identifies the abbreviation, the short name, for the system type
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic string Abbreviation { get; set; }
Public Property Abbreviation As String
Get
Set
public:
property String^ Abbreviation {
String^ get ();
void set (String^ value);
}
member Abbreviation : string with get, set
Property Value
String
Exceptions
See Also