Share

CorridorSurfaceBoundaryCollection.Add(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.280

Syntax

C#

public CorridorSurfaceBoundary Add(
	string boundaryName,
	Point3dCollection points
)

VB

Public Function Add ( 
	boundaryName As String,
	points As Point3dCollection
) As CorridorSurfaceBoundary

C++

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

Reference

Was this information helpful?