SoMRCImageRWRead Method (SbRasterImage, UInt64, Boolean) |
Read the current open image into rasterImage.
Namespace: OIV.Inventor.ImageAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool Read(
SbRasterImage rasterImage,
ulong imageIndex,
bool infoOnly
)
Public Function Read (
rasterImage As SbRasterImage,
imageIndex As ULong,
infoOnly As Boolean
) As Boolean
public:
bool Read(
SbRasterImage^ rasterImage,
unsigned long long imageIndex,
bool infoOnly
)
member Read :
rasterImage : SbRasterImage *
imageIndex : uint64 *
infoOnly : bool -> bool
Parameters
- rasterImage
- Type: OIV.Inventor.ImageSbRasterImage
- imageIndex
- Type: SystemUInt64
- infoOnly
- Type: SystemBoolean
Return Value
Type:
BooleanRemarks Returns true if successful. Call the () method before calling this method.
If infoOnly is true, then the buffer will not be read; the parameter rasterImage will be set with raster size and raster number of components, the buffer will be NULL.
See Also