Share

ControlShape Enumeration

An enumerated type listing four shapes of control that Autodesk Revit supports.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public enum ControlShape

Members

Member nameValueDescription
DoubleHorizontalArrow3Double horizontal arrow.
DoubleVerticalArrow2Double vertical arrow.
HorizontalArrow1Horizontal arrow.
VerticalArrow0Vertical arrow.

See Also

Reference

Was this information helpful?