✨ Located in SF Bay Area or LA? Get free Revit AI automation consulting from YC-backed AI engineers →

CanHaveSymbol Method


Format Options Can Have Symbol Method

Checks whether a symbol can be specified to display the unit in this FormatOptions.

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

Return Value

Boolean
True if a symbol can be specified, false otherwise.
Exceptions
Exception Condition
InvalidOperationException UseDefault is true in this FormatOptions.
See Also