SurfaceOperationAddBreaklineMaximumDistance Property

Gets the maximum distance between vertices.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double MaximumDistance { 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