FormatOptionsGetSymbolTypeId Method

Gets the identifier of the symbol indicating the unit quantifying the value.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ForgeTypeId GetSymbolTypeId()

Return Value

ForgeTypeId
The symbol identifier. An empty identifier string indicates no symbol.
Exceptions
ExceptionCondition
InvalidOperationException UseDefault is true in this FormatOptions.
See Also