Remove Method (String)

Removes a Region with the given region name.

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

Syntax

C#

public bool Remove(
	string regionName
)

Visual Basic

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

Visual C++

public:
bool Remove(
	String^ regionName
)

Parameters

regionName
Type: System.String
Name of the created region.

See Also