MarkablePolyLineRemovePointAt Method |
Removes the point at the specified index of the list.
Namespace: RAYLASE.MarkerPlugin.JobElementsAssembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic void RemovePointAt(
int index
)
Parameters
- index Int32
- The zero-based index of the point to remove.
See Also