Revit 2023 API |
FormatOptions..::..GetSymbolTypeId Method |
FormatOptions Class See Also |
Gets the identifier of the symbol indicating the unit quantifying the value.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2014
Syntax
C# |
---|
public ForgeTypeId GetSymbolTypeId() |
Visual Basic |
---|
Public Function GetSymbolTypeId As ForgeTypeId |
Visual C++ |
---|
public: ForgeTypeId^ GetSymbolTypeId() |
Return Value
The symbol identifier. An empty identifier string indicates no symbol.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..InvalidOperationException | UseDefault is true in this FormatOptions. |