Removes a PointDescriptionKeySet object specified by name from the drawing.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public void Remove(
string name
)Visual Basic
Public Sub Remove ( _
name As String _
)Visual C++
public:
void Remove(
String^ name
)Parameters
- name
- Type: System.String
Specifies the name of the PointDescriptionKeySet object to remove.
Exceptions
| Exception | Condition |
|---|---|
| System.ArgumentException | Thrown when a PointDescriptionKeySet with the specified name does not exist in the collection. |