Click or drag to resize

IJobElementManagerSplitAllPaths Method

Splits each path as a separate vector graphic.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
IList<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

IListJobElementHolder
List of vector graphics, each containing a single path if map is empty, or grouped paths otherwise.
See Also