SetSymbolTypeId Method


Sets the symbol that should be displayed to indicate the unit quantifying the value.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2014

Syntax

C#
public void SetSymbolTypeId(
	ForgeTypeId symbolTypeId
)
Visual Basic
Public Sub SetSymbolTypeId ( _
	symbolTypeId As ForgeTypeId _
)
Visual C++
public:
void SetSymbolTypeId(
	ForgeTypeId^ symbolTypeId
)

Parameters

symbolTypeId
Type: Autodesk.Revit.DBForgeTypeId
The symbol identifier. An empty identifier string indicates no symbol.

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentException symbolTypeId is not a valid symbol for the unit in this FormatOptions.
Autodesk.Revit.ExceptionsArgumentNullException A non-optional argument was null
Autodesk.Revit.ExceptionsInvalidOperationException UseDefault is true in this FormatOptions.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →