Click or drag to resize

JobElementHolderTransferAndResetPensFromJobElement Method

Transfers the pens from the job element to this holder. This is useful for example after import process, because the pens might be set to the job element instead to the holder. The pens in the job element are then reset to their default values.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public void TransferAndResetPensFromJobElement(
	bool overwritePens
)

Parameters

overwritePens  Boolean
The flag to indicate that the pens in the job element overwrites the existing pens in the job holder.
See Also