Share

ArrowHeadOption.SizeOption Property

Gets or Sets the arrow head size option.



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

Syntax

C#

public ArrowHeadSizeType SizeOption { get; set; }

VB

Public Property SizeOption As ArrowHeadSizeType
	Get
	Set

C++

public:
property ArrowHeadSizeType SizeOption {
	ArrowHeadSizeType get ();
	void set (ArrowHeadSizeType value);
}

Property Value

ArrowHeadSizeType

See Also

Reference

Was this information helpful?