Click or drag to resize

PolyLineMetafileCommandSplitIntoParts Method

Splits the polyline into parts at all points in the index list.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntax
C#
public List<PolyLineMetafileCommand> SplitIntoParts(
	List<int> indexList
)

Parameters

indexList  ListInt32
List of point indices where the polyline will be split.

Return Value

ListPolyLineMetafileCommand
The list of resulting polylines.
See Also