simconnect.CameraEnableFlag((uint)SIMCONNECT_CAMERA_FLAG.INTERACTION | (uint)SIMCONNECT_CAMERA_FLAG.ABOVE_GROUND);

I use this in my managed code, but the ABOVE_GROUND has no effect at all.

Is it a bug or am I using it wrongly? Anyone got this to work?