Click or drag to resize
SoFXViz Class

Note: This API is now obsolete.

Class to initialize FXViz.

Inheritance Hierarchy

Namespace: OIV.FXViz
Assembly: OIV.FxViz (in OIV.FxViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public sealed class SoFXViz : SoNetBase

The SoFXViz type exposes the following members.

Methods
  NameDescription
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 (FXViz).

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

Returns a character string identifying the version of FXViz.

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

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

See Also