Removes a CorridorSurface with the given name.

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

Syntax

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

Parameters

corridorSurfaceName
Type: System..::..String
Name of the CorridorSurface.

See Also