Q3Camera_GetRange
You can use theQ3Camera_GetRangefunction to get the current range of a camera.
TQ3Status Q3Camera_GetRange ( TQ3CameraObject camera, TQ3CameraRange *range);
camera- A camera object.
range- On exit, a pointer to a camera range structure.
DESCRIPTION
TheQ3Camera_GetRangefunction returns, in therangeparameter, a pointer to a camera range structure that describes the current range of the camera specified by thecameraparameter.