ArrowType Property

Gets or Sets the arrow head drawing type.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public ArrowHeadType ArrowType { get; set; }

Visual Basic

Public Property ArrowType As ArrowHeadType
	Get
	Set

Visual C++

public:
property ArrowHeadType ArrowType {
	ArrowHeadType get ();
	void set (ArrowHeadType value);
}

Remarks

The item ArrowHeadType::UserDefined in the enum ArrowHeadType is readonly, if we set the property ArrowHeadName with a non build-in arrow head type, this property will return ArrowHeadType::UserDefined.

Exceptions

ExceptionCondition
System.InvalidOperationException Throw when set the property to ArrowHeadType::UserDefined.

See Also