Tests whether a dimension can be labeled by the global parameter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool CanLabelDimension( ElementId dimensionId )
Parameters
- dimensionId ElementId
- Id of a dimension element.
Return Value
BooleanTrue of the input dimension can be labeled by this global parameter; False oterwise.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
