Gets or Sets the arrow head drawing type.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ArrowHeadType ArrowType { get; set; }
VB
Public Property ArrowType As ArrowHeadType Get Set
C++
public: property ArrowHeadType ArrowType { ArrowHeadType get (); void set (ArrowHeadType value); }
Property Value
ArrowHeadTypeExceptions
Exception | Condition |
---|---|
InvalidOperationException | Throw when set the property to ArrowHeadType::UserDefined. |