Note: This API is now obsolete.
Module class use to register/unregister ImageViz module.
Inheritance Hierarchy
Namespace: OIV.ImageVizAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.2.3.0 (2023.2.3)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.")]
public sealed class SoImageViz : SoNetBase
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.")>
Public NotInheritable Class SoImageViz
Inherits SoNetBase
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.")]
public ref class SoImageViz sealed : public SoNetBase
[<SealedAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.")>]
type SoImageViz =
class
inherit SoNetBase
end
The SoImageViz type exposes the following members.
Methods
| Name | Description |
---|
  | EnableMultiThread | |
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
  | GetProductName | Returns a character string identifying the name of the extension. |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
  | GetVersion | Obsolete. Returns a character string identifying the version of the extension. |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
RemarksThis class allows the user to initialize the ImageViz module. The module must be initialized before using any other classes of the module.
See Also