Revit 2025 API
Dimension |
Checks whether this DimensionType can have an ordinate dimension settings.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool CanHaveOrdinateDimensionSetting()
Public Function CanHaveOrdinateDimensionSetting As Boolean
public: bool CanHaveOrdinateDimensionSetting()
member CanHaveOrdinateDimensionSetting : unit -> bool
Return Value
BooleanTrue when the DimensionType is linear and the Dimension String Type parameter is ordinate, false otherwise.

It returns true when the DimensionType is linear and when Dimension String Type parameter is set to Ordinate.
See Also