Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic virtual bool PushFile(
	string fileName
)
Public Overridable Function PushFile ( 
	fileName As String
) As Boolean
public:
virtual bool PushFile(
	String^ fileName
)
abstract PushFile : 
        fileName : string -> bool 
override PushFile : 
        fileName : string -> bool Parameters
- fileName
 - Type: SystemString
 
Return Value
Type: 
Boolean
RemarksReturns 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