Share

ArrowHeadOption.Fit Property

Gets or Sets the arrow head fit option.



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

Syntax

C#

public ArrowHeadFitType Fit { get; set; }

VB

Public Property Fit As ArrowHeadFitType
	Get
	Set

C++

public:
property ArrowHeadFitType Fit {
	ArrowHeadFitType get ();
	void set (ArrowHeadFitType value);
}

Property Value

ArrowHeadFitType

See Also

Reference

Was this information helpful?