PropertyTableEntryArcDirection Enumeration

An enumerated type that represents the arc directions supported in an Arc table entry for a PropertyLine element.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public enum PropertyTableEntryArcDirection
Members
Member nameValueDescription
Left0 The arc proceeds to the left of the corresponding line segment.
Right1 The arc proceeds to the right of the corresponding line segment.
See Also