IJobElementManagerSplitAllPaths Method |
Splits each path as a separate vector graphic.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
SyntaxIList<JobElementHolder> SplitAllPaths(
JobElementHolder jobElementHolder,
IDictionary<string, ISet<Guid>> groupedPathsMap
)
Parameters
- jobElementHolder JobElementHolder
- The holder of vector graphic.
- groupedPathsMap IDictionaryString, ISetGuid
- Optional splitting based on path IDs. The paths will be groupd based on the key of the map. The map should not be null.
Return Value
IListJobElementHolderList of vector graphics, each containing a single path if map is empty, or grouped paths otherwise.
See Also