Removes a PointDescriptionKeySet object specified by name from the drawing.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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

ExceptionCondition
System..::..ArgumentException Thrown when a PointDescriptionKeySet with the specified name does not exist in the collection.

See Also