LeadersPresentationMode Enumeration


Leaders Presentation Mode Enumeration

Leaders Presentation Mode.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum LeadersPresentationMode
Members
Member name Value Description
HideAll 1 Hide all tag leaders.
ShowAll 0 Show all tag leaders.
ShowOnlyOne 2 Show only one leader.
ShowSpecificLeaders 3 Show specific leaders.
See Also