NAME
DtCameraGetHeight - Get the given camera's height.
SYNOPSIS
#include <Dt.h>
int DtCameraGetHeight( int cameraID, float *height )
DESCRIPTION
DtCameraGetHeight() returns the height, via the pointer to
the height parameter, for the camera cameraID.
OPENMODEL IMPLEMENTATION
Not implemented: always sets height value to zero (0.0).
DIAGNOSTICS
returns one on success and zero on failure.
FILES
Link with -lDtOMio