Revit 2026 API
Alignment |
Specifies if the label will have a leader.
The default value is true.
Namespace: Autodesk.Revit.DB.Infrastructure
Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool HasLeader { get; set; }
Public Property HasLeader As Boolean Get Set
public: property bool HasLeader { bool get (); void set (bool value); }
member HasLeader : bool with get, set
Property Value
BooleanSee Also