Library | Module

Interface IpfcVRMLDirectExportInstructions



Description

This class specifies instructions used to direct export VRML data from inpute to output file.
Direct Parent Classes:
IpfcVRMLExportInstructions



Property Summary

PropertyInputFileas 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

FunctionCCpfcVRMLDirectExportInstructions.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


PropertyInputFileas 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


FunctionCCpfcVRMLDirectExportInstructions.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.