Revit 2025.3 API
Spot |
True is dimension has leader with shoulder, false otherwise.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool LeaderHasShoulder { get; set; }
Public Property LeaderHasShoulder As Boolean Get Set
public: property bool LeaderHasShoulder { bool get (); void set (bool value); }
member LeaderHasShoulder : bool with get, set
Property Value
Boolean
Exception | Condition |
---|---|
InvalidOperationException |
Dimension must have leader.
-or-
Thrown when:
|
See Also