Gets the Graphics Processing Unit (GPU) used to compute the render.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic string Gpu { get; }
Public ReadOnly Property Gpu As String
Get
public:
property String^ Gpu {
String^ get ();
}
member Gpu : string with get
Return Value
Type:
Stringgpu used to compute the render.
Remarks
GPU can be defined in ServiceListener.onPendingCreateRenderArea.
RenderAreaHardware.setGpu
See Also