Share

UDPClassification.RemoveUDP Method

Removes the specified UDP with the current classification.



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

Syntax

C#

public bool RemoveUDP(
	UDP udp
)

VB

Public Function RemoveUDP ( 
	udp As UDP
) As Boolean

C++

public:
bool RemoveUDP(
	UDP^ udp
)

Parameters

udp  UDP
The instance of the UDP to remove.

Return Value

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

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the UDP is in used.

See Also

Reference

Was this information helpful?