API.Process Method

Post process a cutorder
Public Shared Function Process( _ 
ByVal cutorder As Object, _ 
ByVal filename As String, _ 
Optional ByVal mode As Integer = 6, _ 
Optional ByVal createreport As Boolean = false _ 
) As String
This language is not supported or no code example is available.
public static string Process( 
object cutorder
string filename
int mode = 6, 
bool createreport = false 
)
This language is not supported or no code example is available.
public:  
static String^ Process( 
object^ cutorder
String^ filename
int mode
bool createreport 
)
This language is not supported or no code example is available.
public static function Process( 
cutorder : object
filename : String
mode : int
createreport : boolean 
) : String;
This language is not supported or no code example is available.

Parameters

cutorder
object

The cutorder entity

filename
string

NC filename

mode
int

Postprocess mode

createreport
bool

If a report should be created

Return Value

string

The name of the generated file

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition