Opens named file, sets current file to result.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool OpenFile(
string fileName
)
Public Function OpenFile (
fileName As String
) As Boolean
public:
bool OpenFile(
String^ fileName
)
member OpenFile :
fileName : string -> bool
Parameters
- fileName
- Type: SystemString
Return Value
Type:
BooleanRemarks This returns false on error. If the file extension is .ivz the file is compressed so the compression module is initialized during the call to openFile.
See Also