SoRasterImageRWCheckRead Method |
Checks if the specified file can be read.
Namespace: OIV.Inventor.ImageAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool CheckRead(
SoRasterImageFile imageFile
)
Public Function CheckRead (
imageFile As SoRasterImageFile
) As Boolean
public:
bool CheckRead(
SoRasterImageFile^ imageFile
)
member CheckRead :
imageFile : SoRasterImageFile -> bool
Parameters
- imageFile
- Type: OIV.Inventor.ImageSoRasterImageFile
Return Value
Type:
BooleanRemarks Returns true if successful.
See Also