IJobElementManagerCloneLayers Method |
Creates copies of given layers.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
SyntaxIReadOnlyList<VectorGraphicLayer> CloneLayers(
IEnumerable<VectorGraphicLayer> layers
)
Parameters
- layers IEnumerableVectorGraphicLayer
- The layers to copy.
Return Value
IReadOnlyListVectorGraphicLayerThe copies of the layers.
See Also