ServiceSettingsUsedExtensions Property |
Sets the Open Inventor extensions used in RemoteViz.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic ServiceSettingsExtensions UsedExtensions { get; set; }
Public Property UsedExtensions As ServiceSettingsExtensions
Get
Set
public:
property ServiceSettingsExtensions UsedExtensions {
ServiceSettingsExtensions get ();
void set (ServiceSettingsExtensions value);
}
member UsedExtensions : ServiceSettingsExtensions with get, set
Property Value
Type:
ServiceSettingsExtensions
RemarksIn addition to one Open Inventor and one RemoteViz license, a license of each used extension will be required to start the service and will be checked out for each connected client.
The activation of VolumeVizLDM extension will lead to the activation of VolumeViz extension.
See Also