Gets the size of arrow head in plot unit.
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 (); }