Click or drag to resize

BaseLoopFlowGetMarkableConfigurationFromIteration Method

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

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.48.0
Syntax
C#
public virtual 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