PointDescriptionKeySetRemove Method

Removes a PointDescriptionKey object from the PointDescriptionKeySet.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool Remove(
	ObjectId keyId
)

Parameters

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

Return Value

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