CameraControlSettings
Delphi
property CameraControlSettings: Boolean read GetCameraControlSettings write SetCameraControlSettings default DEF_CameraControlSettings;
C++Builder
__property bool CameraControlSettings = {read=GetCameraControlSettings, write=SetCameraControlSettings, default=1};
C#
public bool CameraControlSettings { get; set; }
VB.NET
Public Property CameraControlSettings As Boolean
C++/Qt
BOOL GetCameraControlSettings ();
void SetCameraControlSettings (BOOL Value);
Enables or disables the automatic saving and restoring of camera control settings.