Removes a PointDescriptionKey object from the PointDescriptionKeySet.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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.