SoRasterImageFileOpenFile Method |
Note: This API is now obsolete.
Opens the file with the specified open mode.
Namespace: OIV.Inventor.ImageAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool OpenFile(
SoRasterImageRWOpenModes openMode
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function OpenFile (
openMode As SoRasterImageRWOpenModes
) As Boolean
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
bool OpenFile(
SoRasterImageRWOpenModes openMode
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member OpenFile :
openMode : SoRasterImageRWOpenModes -> bool
Parameters
- openMode
- Type: OIV.Inventor.ImageSoRasterImageRWOpenModes
Return Value
Type:
Boolean
RemarksObsoletesince Open Inventor 9000
Use openRead() or openWrite() instead.
See Also