Click or drag to resize
SoRasterImageFileOpenFile Method

Note: This API is now obsolete.

Opens the file with the specified open mode.

Namespace: OIV.Inventor.Image
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public bool OpenFile(
	SoRasterImageRWOpenModes openMode
)

Parameters

openMode
Type: OIV.Inventor.ImageSoRasterImageRWOpenModes

Return Value

Type: Boolean
Remarks

Obsoletesince Open Inventor 9000 Use openRead() or openWrite() instead.

See Also