Click or drag to resize
SoInputPushFile Method

Opens named file.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual bool PushFile(
	string fileName
)

Parameters

fileName
Type: SystemString

Return Value

Type: Boolean
Remarks

Returns false on error. When EOF is reached, the stack is popped.

The file name may contain variables in $name format, e.g. "$OIVHOME", which will be replaced by the value returned by OIV.Inventor.SoPreferences for that name.

See Also