IJobElementManagerCloneMetafileCommands Method |
Creates copies of given metafile commands.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
SyntaxIReadOnlyList<BaseMetafileCommand> CloneMetafileCommands(
IEnumerable<BaseMetafileCommand> metafileCommands
)
Parameters
- metafileCommands IEnumerableBaseMetafileCommand
- The metafile commands to copy.
Return Value
IReadOnlyListBaseMetafileCommandThe copies of the metafile commands.
See Also