Removes a PointDescriptionKeySet object specified by ObjectId from the drawing.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public void Remove(
	ObjectId objectId
)
Visual Basic
Public Sub Remove ( _
	objectId As ObjectId _
)
Visual C++
public:
void Remove(
	ObjectId objectId
)

Parameters

objectId
Type: ObjectId
Specifies the objectId of the PointDescriptionKeySet object to remove.

Exceptions

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

See Also