Click or drag to resize

MarkablePolyLineRemovePointAt Method

Removes the point at the specified index of the list.

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

Parameters

index  Int32
The zero-based index of the point to remove.
See Also