BaseLoopFlowGetMarkableConfigurationFromIteration Method |
Returns the position of a copy container element for the given iteration counter.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.48.0
Syntaxpublic virtual MarkableConfiguration GetMarkableConfigurationFromIteration(
int iteration
)
Parameters
- iteration Int32
- The copy container's element whose position is to be retrieved.
Return Value
MarkableConfigurationThe markable configuration which contains the position.
See Also