Supported geometric shapes of annotation leaders.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum LeaderShape
Members
| Member name | Value | Description |
|---|---|---|
| Arc | 2 | An arc between between the end point and anchor point. In this shape the elbow point controls the arc's radius. |
| Kinked | 1 | A kinked line with a shoulder defined by an elbow point. |
| Straight | 0 | A single straight line between the end point and anchor point. |
