UDPClassificationRemoveUDP Method

Removes the specified UDP with the current classification.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
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