AlignmentStationLabelSetOptionsHasLeader Property |
Specifies if the label will have a leader.
The default value is true.
Namespace: Autodesk.Revit.DB.InfrastructureAssembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
Boolean
See Also