Adds proximity breaklines to a surface from a collection of 2d points.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
Visual Basic |
---|
Public Function AddProximityBreaklines ( _
points As Point2dCollection, _
midOrdinateDistance As Double _
) As SurfaceOperationAddBreakline |
Parameters
- points
- Type: Point2dCollection
A collection of 2d points used to create breaklines.
- midOrdinateDistance
- Type: System..::..Double
When the breakline is defined from a polyline with curves, the midOrdinateDistance value is used to tessellate the arcs in the polyline.
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when:
- The count of points is less than two.
- midOrdinateDistance <= 0.0.
|
See Also