Click or drag to resize
SoRasterReaderSetDeleteReaders Method (Int32, Int32)

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

Namespace: OIV.Inventor.Image
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void DeleteReaders(
	int start,
	int num
)

Parameters

start
Type: SystemInt32
num
Type: SystemInt32
Remarks

If num is equal to -1, all readers are removed.

See Also