Share

SurfaceOperationAddContour.MaximumDistance Property

Gets the maximum distance between vertices.



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

Syntax

C#

public double MaximumDistance { get; }

VB

Public ReadOnly Property MaximumDistance As Double
	Get

C++

public:
property double MaximumDistance {
	double get ();
}

Property Value

Double

Remarks

If the distance between vertices on a breakline is greater than the maximumDistance, then points are added along the breakline at equal intervals that are less than or equal to the maximumDistance.

See Also

Reference

Was this information helpful?