Add Method (String)

Adds an empty outside boundary with the given boundary name.

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

Syntax

C#

public CorridorSurfaceBoundary Add(
	string boundaryName
)

Visual Basic

Public Function Add ( _
	boundaryName As String _
) As CorridorSurfaceBoundary

Visual C++

public:
CorridorSurfaceBoundary^ Add(
	String^ boundaryName
)

Parameters

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

Remarks

After the boundary is created, its definitions can be customized by modifying FeatureLineComponents.

Exceptions

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

See Also