Share

UDPClassificationCollection.Remove(String) Method

Removes a UDPClassification from the collection by name.



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

Syntax

C#

public bool Remove(
	string name
)

VB

Public Function Remove ( 
	name As String
) As Boolean

C++

public:
bool Remove(
	String^ name
)

Parameters

name  String
The name of the UDPClassification object to remove.

Return Value

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

Exceptions

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

See Also

Reference

Was this information helpful?