Click or drag to resize
SoRemoteVizClientconnectionParameters Property

Connection parameters that will be sent to the RemoteViz service during the connection establishment.

Namespace: OIV.RemoteViz.Clients.Nodes
Assembly: OIV.RemoteViz.Client (in OIV.RemoteViz.Client.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public SoMFVec2String connectionParameters { get; }

Property Value

Type: SoMFVec2String
Remarks

The container size will be sent to the service as RenderArea requested size. This behavior can be overriden by including the requested height ("requestedHeight") and the requested width ("requestedWidth") in the parameters. If the connection is accepted, a server-side onRequestedSize callback will be triggered.

See Also