Bcc.GetCamObjName
Bcc.GetCamObjName(ObjectID)
Description
This function will return the object name of the input object ID.
Parameters
- ObjectID - integer number representing the operation ID in which you would like to retrieve the name
Return
Returns the string name for the input object ID from the CAM tree.
Examples
-- Retrieve the name of the CAM object
objName = Bcc.GetCamObjName(objID)