Share

SurfaceSlopeArrowStyle.RangePrecision Property

Gets or sets the surface slope arrow range precision value.



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

Syntax

C#

public PrecisionRangeType RangePrecision { get; set; }

VB

Public Property RangePrecision As PrecisionRangeType
	Get
	Set

C++

public:
property PrecisionRangeType RangePrecision {
	PrecisionRangeType get ();
	void set (PrecisionRangeType value);
}

Property Value

PrecisionRangeType

Remarks

The default is .000001.

See Also

Reference

Was this information helpful?