Adds corridor extents as outer boundary with the given boundary name.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public CorridorSurfaceBoundary AddCorridorExtentsBoundary(
	string boundaryName
)
Visual Basic
Public Function AddCorridorExtentsBoundary ( _
	boundaryName As String _
) As CorridorSurfaceBoundary
Visual C++
public:
CorridorSurfaceBoundary^ AddCorridorExtentsBoundary(
	String^ boundaryName
)

Parameters

boundaryName
Type: System..::..String
Name of the newly created boundary.

Remarks

The type of newly added boundary is always outside boundary and cannot be changed. Use Autodesk.Civil.DatabaseServices.CorridorSurfaceBoundary.IsCorridorExtents to check whether a boundary is defined with corridor extents.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the specified boundary name is invalid.

See Also