CameraObjectID =  scene .camera .get  (  SceneObjectID ,  CameraName  )  
                                     
Description :

This instruction returns the ObjectID of the camera currently assigned to a scene.

Parameters :

  • ObjectID of the scene.
  • Name of the camera.

Return Handle :

  • ObjectID of the camera if the search was successful, NULL otherwise.

Examples :