Click or drag to resize

ExecutionSequence Class

Represents the characteristic of how an iteration is done to a job element.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.VectorGraphicElementExecutionSequence

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public class ExecutionSequence

The ExecutionSequence type exposes the following members.

Constructors
 NameDescription
Public methodExecutionSequenceInitializes a new instance of the ExecutionSequence class
Top
Properties
 NameDescription
Public propertyExecutions The number of iteration. Use -1 for infinite number of passes.
Public propertyFillingPenNumber The filling pen number. Null means inherited from the outline pen.
Public propertyOutlinePenNumber The outline pen number. Null means inherited from the job element.
Top
Methods
 NameDescription
Public methodCopyFrom 
Public methodToString
(Overrides ObjectToString)
Top
See Also