Click or drag to resize

OutputOptions Interface

The OutputOptions object represents the Job object output options.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
public interface OutputOptions

The OutputOptions type exposes the following members.

Properties
 NameDescription
Public propertyCalledFromNesting Gets the flag indicating whether the CNC output command was called from Nesting. True if the command was called from Nesting, or false otherwise.
Public propertyCreateDirectoriesByMaterial Gets the flag indicating whether to create directory for the material. True if the directory for the material should be created, or false if it shouldn't.
Public propertyOverwriteExistingFiles Gets the flag indicating whether an existing output file should be overwritten. True if the file should be overwritten, or false if it should not.
Public propertyPath Gets the full path for output file.
Top
See Also