VectorGraphicLayerGetPathIndex Method |
Gets the index of a path in the layer.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic int GetPathIndex(
VectorGraphicPath path
)
Parameters
- path VectorGraphicPath
- The path to search for in the list.
Return Value
Int32The found index or -1 if not found.
See Also