LeaderStartCondition Enumeration

An enumerated type listing leader start conditions that are supported for tags.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public enum LeaderStartCondition
Members
Member nameValueDescription
Attached0 Revit automatically keeps the leader start point attached to the tag head.
Free1 The leader start point can be freely positioned by the user.
Remarks
The leader start is the point on the leader that is closest to the tag head.
See Also