Click or drag to resize
SoRasterImageFile Class

Class for raster image file input and output.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.ImageSoRasterImageIO
      OIV.Inventor.ImageSoRasterImageFile

Namespace: OIV.Inventor.Image
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public class SoRasterImageFile : SoRasterImageIO

The SoRasterImageFile type exposes the following members.

Constructors
Methods
  NameDescription
Public methodCloseFile

Close the file.

Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetFileName

Returns the file name that was given in the filename constructor.

Public methodGetFileSuffix

Returns the file suffix.

Public methodGetFullPathFileName

Returns the file name as a full path.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetStringFileName

Returns the file name that was given in the filename constructor.

Public methodGetStringFullPathFileName

Returns the file name as a full path.

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

Returns the file open binary mode.

Public methodNullFilePtr

Sets the filePointer to NULL for files closed internally such as RGB files.

Public methodOpenFile Obsolete.

Opens the file with the specified open mode.

Public methodOpenWrite

Open the file (specified with OIV.Inventor.Image.SoRasterImageFile.SetFileName(System.String)) for writing.

Public methodSetBinary

Sets the file open binary mode.

Public methodSetFileName

Sets the file name.

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

Class for raster image file input and output.

See Also