ObjectDecoration Enumeration

ObjectDecoration Enumeration

Defines bit mask values to represent object decorations.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
[FlagsAttribute]
public enum ObjectDecoration
<FlagsAttribute>
Public Enumeration ObjectDecoration
Members
  Member nameValueDescription
None0There are no object decorations.
StartArrowhead8Arrow head at start.
EndArrowhead16Arrow head at end.
BothArrowhead24Arrow head at start and end.
See Also