CorridorSurfaceBoundaryCollectionAdd(String, Point3dCollection) Method

Adds an outside boundary with the given boundary name and polygon points.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public CorridorSurfaceBoundary Add(
	string boundaryName,
	Point3dCollection points
)

Parameters

boundaryName  String
Name of the newly created boundary.
points  Point3dCollection
Points used to create boundary.

Return Value

CorridorSurfaceBoundary
Exceptions
ExceptionCondition
ArgumentException Thrown when:
  1. The specified boundary name or points is invalid..
  2. The points cannot be used to construct a polygon.
  3. The polygon specified by points is self-crossing.
See Also