RemoveUDP Method

Removes the specified UDP with the current classification.

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

Syntax

C#

public bool RemoveUDP(
	UDP udp
)

Visual Basic

Public Function RemoveUDP ( _
	udp As UDP _
) As Boolean

Visual C++

public:
bool RemoveUDP(
	UDP^ udp
)

Parameters

udp
Type: Autodesk.Civil.DatabaseServices.UDP
The instance of the UDP to remove.

Return Value

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

Exceptions

ExceptionCondition
System.InvalidOperationException Thrown when the UDP is in used.

See Also