SpatialElementTagLeaderStartCondition Property

The leader start condition of the tag, such as if the start of the leader is attached to the tag head or free floating.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public LeaderStartCondition LeaderStartCondition { get; set; }

Property Value

LeaderStartCondition
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: A value passed for an enumeration argument is not a member of that enumeration
Remarks
LeaderStartCondition enumerates the supported leader start conditions.
See Also