VectorGraphicOptimizerJoinLayers Method |
Joins layers. All paths will be appended to the first matching layer.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic void JoinLayers(
IList<VectorGraphicLayer> layers,
bool byName = false
)
Parameters
- layers IListVectorGraphicLayer
[Missing <param name="layers"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicOptimizer.JoinLayers(System.Collections.Generic.IList{RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer},System.Boolean)"]
- byName Boolean (Optional)
- If true, only layers with the same name are merged.
See Also