FormatOptionsSetSymbolTypeId Method |
Sets the symbol that should be displayed to indicate the unit quantifying the value.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetSymbolTypeId(
ForgeTypeId symbolTypeId
)
Public Sub SetSymbolTypeId (
symbolTypeId As ForgeTypeId
)
public:
void SetSymbolTypeId(
ForgeTypeId^ symbolTypeId
)
member SetSymbolTypeId :
symbolTypeId : ForgeTypeId -> unit
Parameters
- symbolTypeId ForgeTypeId
-
The symbol identifier. An empty identifier string indicates no symbol.
Exceptions
See Also