SoInputOpenFile Method (String, Boolean) |
Calls OpenFile(fileName, okIfNotFound, false).
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool OpenFile(
string fileName,
bool okIfNotFound
)
Public Function OpenFile (
fileName As String,
okIfNotFound As Boolean
) As Boolean
public:
bool OpenFile(
String^ fileName,
bool okIfNotFound
)
member OpenFile :
fileName : string *
okIfNotFound : bool -> bool
Parameters
- fileName
- Type: SystemString
- okIfNotFound
- Type: SystemBoolean
Return Value
Type:
BooleanRemarks See Also