Click or drag to resize
SoImageViz Class

Note: This API is now obsolete.

Module class use to register/unregister ImageViz module.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.ImageVizSoImageViz

Namespace: OIV.ImageViz
Assembly: 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

The SoImageViz type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEnableMultiThread
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodStatic memberGetProductName

Returns a character string identifying the name of the extension.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetVersion Obsolete.

Returns a character string identifying the version of the extension.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This class allows the user to initialize the ImageViz module. The module must be initialized before using any other classes of the module.

See Also