Click or drag to resize

IJobElementManagerCloneLayers Method

Creates copies of given layers.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
IReadOnlyList<VectorGraphicLayer> CloneLayers(
	IEnumerable<VectorGraphicLayer> layers
)

Parameters

layers  IEnumerableVectorGraphicLayer
The layers to copy.

Return Value

IReadOnlyListVectorGraphicLayer
The copies of the layers.
See Also