VectorGraphicEngineJoinLayers 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(
bool byName = false
)
Parameters
- byName Boolean (Optional)
- If true, only layers with the same name are merged.
See Also