ArrowType Property

Gets or sets the SlopeArrowType enum value that specifies the arrowhead style.

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

Syntax

C#

public SlopeArrowType ArrowType { get; set; }

Visual Basic

Public Property ArrowType As SlopeArrowType
	Get
	Set

Visual C++

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

See Also