Removes the specified UDP with the current classification.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
) |
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.
|
See Also