Click or drag to resize

MatrixCopyGetMarkableConfigurationFromIteration Method

Returns the position of a copy container element for the given iteration counter.

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.48.0
Syntax
C#
public override MarkableConfiguration GetMarkableConfigurationFromIteration(
	int iteration
)

Parameters

iteration  Int32
The copy container's element whose position is to be retrieved.

Return Value

MarkableConfiguration
The markable configuration which contains the position.
See Also