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