UDPClassificationRemoveUDP Method |
Removes the specified UDP with the current classification.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool RemoveUDP(
UDP udp
)
Public Function RemoveUDP (
udp As UDP
) As Boolean
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.
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the UDP is in used.
|
See Also