Share

CorridorSurfaceBoundaryCollection.AddCorridorExtentsBoundary Method

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



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

Syntax

C#

public CorridorSurfaceBoundary AddCorridorExtentsBoundary(
	string boundaryName
)

VB

Public Function AddCorridorExtentsBoundary ( 
	boundaryName As String
) As CorridorSurfaceBoundary

C++

public:
CorridorSurfaceBoundary^ AddCorridorExtentsBoundary(
	String^ boundaryName
)

Parameters

boundaryName  String
Name of the newly created boundary.

Return Value

CorridorSurfaceBoundary

Exceptions

ExceptionCondition
ArgumentException Thrown when the specified boundary name is invalid.

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.

See Also

Reference

Was this information helpful?