Click or drag to resize
RenderAreaGpu Property

Gets the Graphics Processing Unit (GPU) used to compute the render.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public string Gpu { get; }

Return Value

Type: String

gpu used to compute the render.

Remarks

GPU can be defined in ServiceListener.onPendingCreateRenderArea.

RenderAreaHardware.setGpu

See Also