Share

LabelStyleBase.BaseLeader.ArrowheadSize Property

Gets the size of the arrow head.



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

Syntax

C#

public PropertyDouble ArrowheadSize { get; }

VB

Public ReadOnly Property ArrowheadSize As PropertyDouble
	Get

C++

public:
property PropertyDouble^ ArrowheadSize {
	PropertyDouble^ get ();
}

Property Value

PropertyDouble

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

Reference

Was this information helpful?