Gets the client settings.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public ClientSettings Settings { get; }
Public ReadOnly Property Settings As ClientSettings
Get
public:
property ClientSettings^ Settings {
ClientSettings^ get ();
}
member Settings : ClientSettings with get
Return Value
Type:
ClientSettingsthe client settings object
Remarks See Also