Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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:
BooleanRemarks 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