Library | Package Java Toolkit

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.



Method Summary
StringGetInputFile ()
    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.
voidSetInputFile (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.

Methods Inherited from Interface com.ptc.pfc.pfcModel.ExportInstructions
GetFileType

Methods Inherited from Interface com.ptc.pfc.pfcModel.VRMLExportInstructions
GetOutputFile, SetOutputFile

Method Detail

GetInputFile/SetInputFile

StringGetInputFile ()
voidSetInputFile (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.