| Revit 2022.1 API |
| IndependentTag..::..MultiLeader Property |
| IndependentTag Class See Also |
Returns if the tag if referencing multiple elements and/or sub-elements.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2022
Syntax
| C# |
|---|
public bool MultiLeader { get; } |
| Visual Basic |
|---|
Public ReadOnly Property MultiLeader As Boolean Get |
| Visual C++ |
|---|
public: property bool MultiLeader { bool get (); } |