ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
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.
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
Property Value
Type: BooleanRemarks
[ILNumerics Visualization Engine]
See Also