| Revit 2022.1 API |
| FabricationService..::..Abbreviation Property |
| FabricationService Class See Also |
The short name of service.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2016
Syntax
| C# |
|---|
public string Abbreviation { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Abbreviation As String Get |
| Visual C++ |
|---|
public: property String^ Abbreviation { String^ get (); } |