Remove Method (String)

Removes a CorridorSurfaceMask object with the given name.

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

Syntax

C#

public bool Remove(
	string maskName
)

Visual Basic

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

Visual C++

public:
bool Remove(
	String^ maskName
)

Parameters

maskName
Type: System.String

See Also