Returns if the tag if referencing multiple elements and/or sub-elements.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.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 (); } |