Click or drag to resize
SbImageDataAdapterHelper Class
Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.ImageVizSbImageDataAdapterHelper

Namespace: OIV.ImageViz
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public sealed class SbImageDataAdapterHelper : SoNetBase

The SbImageDataAdapterHelper type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberGetAppropriateAdapter(String)
Calls GetAppropriateAdapter(filename, System.UInt64(0)).
Public methodStatic memberGetAppropriateAdapter(String, UInt64)

Loads data and returns a preconfigured OIV.ImageViz.Nodes.Images.SoImageDataAdapter instance based on the given filename extension.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberSaveToFile

Save given image to a file.

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

Contains various utility methods.

See Also