Share

PointDescriptionKeySet.Remove Method

Removes a PointDescriptionKey object from the PointDescriptionKeySet.



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

Syntax

C#

public bool Remove(
	ObjectId keyId
)

VB

Public Function Remove ( 
	keyId As ObjectId
) As Boolean

C++

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

Reference

Was this information helpful?