PointDescriptionKeySetRemove Method |
Removes a PointDescriptionKey object from the PointDescriptionKeySet.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool Remove(
ObjectId keyId
)
Public Function Remove (
keyId As ObjectId
) As Boolean
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