Revit 2017.1 API |
IndependentTag..::..LeaderEnd Property |
IndependentTag Class See Also |
Returns the position of the end of leader.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Syntax
C# |
---|
public XYZ LeaderEnd { get; set; } |
Visual Basic |
---|
Public Property LeaderEnd As XYZ Get Set |
Visual C++ |
---|
public: property XYZ^ LeaderEnd { XYZ^ get (); void set (XYZ^ value); } |
Return Value
Return the end of the Tag Leader.
Remarks
This property retrieves the end position of Tag Leader, which tie to the Host obj.
And ONLY Material Tag support Set operation!