Removes the specified UDPClassification from the collection.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool Remove( UDPClassification udpClassification )
VB
Public Function Remove ( udpClassification As UDPClassification ) As Boolean
C++
public: bool Remove( UDPClassification^ udpClassification )
Parameters
- udpClassification UDPClassification
- The instance of the UDPClassification object to remove from the collection.
Return Value
BooleanReturns true if the UDPClassification is removed successfully, otherwise returns false.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the UDPClassification contains UDP object. |