Revit 2025.3 API
Format |
Gets the identifier of the symbol indicating the unit quantifying the value.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ForgeTypeId GetSymbolTypeId()
Public Function GetSymbolTypeId As ForgeTypeId
public: ForgeTypeId^ GetSymbolTypeId()
member GetSymbolTypeId : unit -> ForgeTypeId
Return Value
ForgeTypeIdThe symbol identifier. An empty identifier string indicates no symbol.
| Exception | Condition |
|---|---|
| InvalidOperationException | UseDefault is true in this FormatOptions. |
See Also