CadScriptCommandPlaybackOptions(Boolean, Int32, Nullable) Constructor

Definition

Assembly ProCad.Editing.dll
public CadScriptCommandPlaybackOptions(bool StopOnError = true, int StartLine = 1, int? MaxCommands = default(int? ))

Parameters

StopOnError
Boolean
StartLine
Int32
MaxCommands
Nullable<Int32>