LeadersPresentationMode Enumeration

Leaders Presentation Mode.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum LeadersPresentationMode
Members
Member nameValueDescription
ShowAll0 Show all tag leaders.
HideAll1 Hide all tag leaders.
ShowOnlyOne2 Show only one leader.
ShowSpecificLeaders3 Show specific leaders.
See Also