Click or drag to resize
SoRasterReaderSet Methods

The SoRasterReaderSet type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddReader

Adds a raster reading class to the set of raster readers.

Public methodStatic memberDeleteReaders(Int32)
Calls DeleteReaders(start, -1).
Public methodStatic memberDeleteReaders(Int32, Int32)

Removes num readers (including default ones) at start position.

Public methodEquals (Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodStatic memberGetNumReaders

Returns the number of raster readers currently in the set.

Public methodStatic memberGetReader

Returns an instance of the reader class if found in the set of raster readers.

Public methodStatic memberGetReaderAt

Returns the type of reader at the specified index.

Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also