Click or drag to resize

MarkablePolyLineRemovePointRange Method

Removes a range of points from the list.

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public void RemovePointRange(
	int index,
	int count
)

Parameters

index  Int32
The zero-based starting index of the range of points to remove.
count  Int32
he number of points to remove.
See Also