IsValidSymbol Method (ForgeTypeId)


Checks whether a symbol is valid for the unit in this FormatOptions.

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

Syntax

C#
public bool IsValidSymbol(
	ForgeTypeId symbolTypeId
)
Visual Basic
Public Function IsValidSymbol ( _
	symbolTypeId As ForgeTypeId _
) As Boolean
Visual C++
public:
bool IsValidSymbol(
	ForgeTypeId^ symbolTypeId
)

Parameters

symbolTypeId
Type: Autodesk.Revit.DBForgeTypeId
Identifier of the symbol to check.

Return Value

True if the symbol is valid, false otherwise.

Exceptions

ExceptionCondition
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 →