MarkablePolyLineRemovePointRange Method |
Removes a range of points from the list.
Namespace: RAYLASE.MarkerPlugin.JobElementsAssembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic 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