LeaderEndCondition Enumeration |
An enumerated type listing Leader end conditions that are supported for IndependentTags.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum LeaderEndCondition
Public Enumeration LeaderEndCondition
public enum class LeaderEndCondition
MembersMember name | Value | Description |
---|
Attached | 0 |
The Leader of the tag is attached.
|
Free | 1 |
The Leader of the tag is free.
|
See Also