Unlabels a dimension that is currently labeled by this global parameter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void UnlabelDimension( ElementId dimensionId )
Parameters
- dimensionId ElementId
- Id of a dimension element.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Given element Id is not of a valid dimension element. -or- The given dimension (dimensionId) is not labeled by this global parameter. |
| ArgumentNullException | A non-optional argument was null |
