Removes a PointDescriptionKey object from the PointDescriptionKeySet.

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

Syntax

C#
public bool Remove(
	ObjectId keyId
)
Visual Basic
Public Function Remove ( _
	keyId As ObjectId _
) As Boolean
Visual C++
public:
bool Remove(
	ObjectId keyId
)

Parameters

keyId
Type: ObjectId
The ObjectId of the PointDescriptionKey object to be removed.

Return Value

True if item is successfully removed; otherwise, false. This method also returns false if the item was not found.

See Also