API Documentation > Classes > Interface IpfcVRMLDirectExportInstructions
Interface IpfcVRMLDirectExportInstructions
Description
This class specifies instructions used to direct export VRML data from inpute to output file.
Direct Parent Classes:
Property Summary
Property
as String
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 Summary
Function
CCpfcVRMLDirectExportInstructions.Create (OutputFile as String, InputFile as String) as IpfcVRMLDirectExportInstructions
Creates a new instructions object used to direct export VRML data from input to output file.
Property Detail
Property
InputFile
as String
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
Function
CCpfcVRMLDirectExportInstructions.Create
(OutputFile as String, InputFile as String) as IpfcVRMLDirectExportInstructions
Creates a new instructions object used to direct export VRML data from input to output file.
Parameters:
OutputFile
The output file directory.
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.
Returns:
The new instructions object.
Was this helpful?