Revit 2016 API |
SpatialElementTag..::..HasLeader Property |
SpatialElementTag Class See Also |
Identifies if a leader is displayed for the tag.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
C# |
---|
public bool HasLeader { get; set; } |
Visual Basic |
---|
Public Property HasLeader As Boolean Get Set |
Visual C++ |
---|
public: property bool HasLeader { bool get (); void set (bool value); } |