| VectorGraphicLayerMovePath Method | 
            Moves a path.
            
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.31.0
 Syntax
Syntaxpublic virtual void MovePath(
	int oldIndex,
	int newIndex
)
Parameters
- oldIndex  Int32
- The zero-based index specifying the location of the path to be moved.
- newIndex  Int32
- The zero-based index specifying the new location of the path. This index is the target location in the result, not the target location before the result.
 See Also
See Also