Removes the specified UDP with the current classification.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: 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
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when the UDP is in used. |