ILNumerics Ultimate VS

CameraIsGlobal Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Determine if this camera is acting on the global scene. Changes made to one driver will affect all instances of the same camera/scene for all drivers.

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public bool IsGlobal { get; set; }

Property Value

Type: Boolean
Remarks

Changes to a camera by user interaction do by default affect the synchronized scene copy within every driver only. In a multi-panel setup instances of the same global scene are prevented from getting altered by interacting with the camera of another driver. Use IsGlobal if such interactive changes are supposed to modify the global scene and hence are to be populated to all drivers sharing the same scene.

[ILNumerics Visualization Engine]

See Also

Reference