Revit 2025 API
DimensionHas |
Determines whether a dimension has one segment.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool HasOneSegment()
Public Function HasOneSegment As Boolean
public: bool HasOneSegment()
member HasOneSegment : unit -> bool
Return Value
BooleanSee Also