Gets the size of the arrow head.

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

Syntax

C#
public PropertyDouble ArrowheadSize { get; }
Visual Basic
Public ReadOnly Property ArrowheadSize As PropertyDouble
	Get
Visual C++
public:
property PropertyDouble^ ArrowheadSize {
	PropertyDouble^ get ();
}

Remarks

The default arrow head size is defined in plot units (either inches or millimeters). The plot units are determined by the drawing units established in the drawing.

See Also