SoRasterReaderSetDeleteReaders Method (Int32, Int32) |
Removes num readers (including default ones) at start position.
Namespace: OIV.Inventor.ImageAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void DeleteReaders(
int start,
int num
)
Public Shared Sub DeleteReaders (
start As Integer,
num As Integer
)
public:
static void DeleteReaders(
int start,
int num
)
static member DeleteReaders :
start : int *
num : int -> unit
Parameters
- start
- Type: SystemInt32
- num
- Type: SystemInt32
Remarks If num is equal to -1, all readers are removed.
See Also