Click or drag to resize
SoImageFileTypes Enumeration

File type.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax
public enum FileTypes
Members
  Member nameValueDescription
UNKNOWN0

The file type is unknown.

RGB1

The file type is RGB.

SGI2

The file type is SGI.

TIFF3

The file type is TIFF.

GIF4

The file type is GIF.

JPEG5

The file type is JPEG.

BMP6

The file type is BMP.

PNG7

The file type is PNG.

JPEG20008

The file type is JPEG2000.

DDS9

The file type is DDS (DirectDraw Surface).

HDRI10

The file type is HDRi (High Dynamic Range).

NUM_FILETYPES11

NUM_FILETYPES.

Remarks