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
BooleanReturns true if the UDP is removed successfully, otherwise returns false.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the UDP is in used. |