Removes a UDPClassification from the collection by name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public bool Remove(
string name
) |
Visual Basic |
---|
Public Function Remove ( _
name As String _
) As Boolean |
Visual C++ |
---|
public:
bool Remove(
String^ name
) |
Parameters
- name
- Type: System..::..String
The name of the UDPClassification object to remove.
Return Value
Returns true if the UDPClassification is removed successfully, otherwise returns false.
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException |
Thrown when the UDPClassification specified by the name contains UDP object.
|
See Also