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
BooleanTrue if item is successfully removed; otherwise, false. This method also returns false if the item was not found.