MatrixCopyGetMarkableConfigurationFromIteration Method |
Returns the position of a copy container element for the given iteration counter.
Namespace: RAYLASE.MarkerPlugin.JobElementsAssembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.48.0
Syntaxpublic override 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