Remove the code from collection.

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

Syntax

C#
public bool Remove(
	string code
)
Visual Basic
Public Function Remove ( _
	code As String _
) As Boolean
Visual C++
public:
bool Remove(
	String^ code
)

Parameters

code
Type: System..::..String
Name of the Corridor code.

Return Value

True if the operation is successful, otherwise false.

See Also