Remove Method (String)

Removes a UDPClassification from the collection by name.

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

Syntax

C#

public bool Remove(
	string name
)

Visual Basic

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

Visual C++

public:
bool Remove(
	String^ name
)

Parameters

name
Type: System.String
The name of the UDPClassification object to remove.

Return Value

Returns true if the UDPClassification is removed successfully, otherwise returns false.

Exceptions

ExceptionCondition
System.InvalidOperationException Thrown when the UDPClassification specified by the name contains UDP object.

See Also