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: 2024.1.0.0 (2024.1.0)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 9.0.0.0. Use openRead() or openWrite() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool OpenFile(
	SoRasterImageRWOpenModes openMode
)

Parameters

openMode
Type: OIV.Inventor.ImageSoRasterImageRWOpenModes

Return Value

Type: Boolean
Remarks

Caution note Caution

Obsolete since Open Inventor 9000. Use () or OIV.Inventor.Image.SoRasterImageFile.OpenWrite() instead.

See Also