Remove Method (String)

Removes a CorridorSurfaceBoundary object with the given name.

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

Syntax

C#

public bool Remove(
	string boundaryName
)

Visual Basic

Public Function Remove ( _
	boundaryName As String _
) As Boolean

Visual C++

public:
bool Remove(
	String^ boundaryName
)

Parameters

boundaryName
Type: System.String
Name of the removed CorridorSurfaceBoundary object.

See Also