PropertyTableEntryArcDirection Property |
Represent the arc direction,
PT_Left means the arc appears to the left of the line segment.
Right means the arc appears to the right of the line segment.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic PropertyTableEntryArcDirection ArcDirection { get; }Public ReadOnly Property ArcDirection As PropertyTableEntryArcDirection
Get
public:
property PropertyTableEntryArcDirection ArcDirection {
PropertyTableEntryArcDirection get ();
}member ArcDirection : PropertyTableEntryArcDirection with get
Property Value
PropertyTableEntryArcDirection
See Also