Share

SurfaceSlopeArrowStyle.ArrowType Property

Gets or sets the SlopeArrowType enum value that specifies the arrowhead style.



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

Syntax

C#

public SlopeArrowType ArrowType { get; set; }

VB

Public Property ArrowType As SlopeArrowType
	Get
	Set

C++

public:
property SlopeArrowType ArrowType {
	SlopeArrowType get ();
	void set (SlopeArrowType value);
}

Property Value

SlopeArrowType

See Also

Reference

Was this information helpful?