Click or drag to resize

IJobElementManagerCloneMetafileCommands Method

Creates copies of given metafile commands.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
IReadOnlyList<BaseMetafileCommand> CloneMetafileCommands(
	IEnumerable<BaseMetafileCommand> metafileCommands
)

Parameters

metafileCommands  IEnumerableBaseMetafileCommand
The metafile commands to copy.

Return Value

IReadOnlyListBaseMetafileCommand
The copies of the metafile commands.
See Also