API Documentation > Interfaces > Interface VRMLDirectExportInstructions
Interface VRMLDirectExportInstructions

package com.ptc.pfc.pfcModel;

public interface
VRMLDirectExportInstructions
extends
com.ptc.pfc.pfcModel.VRMLExportInstructions


Description
This class specifies instructions used to direct export VRML data from inpute to output file.
Methods Inherited from Interface com.ptc.pfc.pfcModel.ExportInstructions :
Methods Inherited from Interface com.ptc.pfc.pfcModel.VRMLExportInstructions :
Method Summary
String
Get method for attribute "InputFile"
The input file: specifies the file to be exported. This can be the name of a file in the current Creo Parametric directory or a fully qualified path.
void
SetInputFile (String value)
Set method for attribute "InputFile"
The input file: specifies the file to be exported. This can be the name of a file in the current Creo Parametric directory or a fully qualified path.
Method Detail
GetInputFile
String
GetInputFile
()
SetInputFile
void
SetInputFile
(String value)
The input file: specifies the file to be exported. This can be the name of a file in the current Creo Parametric directory or a fully qualified path.
Was this helpful?