SurfaceOperationAddBreaklineMaximumDistance Property |
Gets the maximum distance between vertices.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double MaximumDistance { get; }
Public ReadOnly Property MaximumDistance As Double
Get
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