Remove Method (String)

Removes the Baseline with the given name.

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

Syntax

C#

public bool Remove(
	string baselineName
)

Visual Basic

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

Visual C++

public:
bool Remove(
	String^ baselineName
)

Parameters

baselineName
Type: System.String
Name of the Baseline to be removed.

See Also