Moves the spcified ShapeFile "up" in the ShapeFile layers
Namespace:
EGIS.ControlsAssembly: EGIS.Controls (in EGIS.Controls.dll)
Syntax
Visual Basic |
---|
Public Sub MoveShapeFileUp ( _ shapeFile As ShapeFile _ ) |
C# |
---|
public void MoveShapeFileUp( ShapeFile shapeFile ) |
Visual C++ |
---|
public: void MoveShapeFileUp( ShapeFile^ shapeFile ) |
JavaScript |
---|
function moveShapeFileUp(shapeFile); |
Parameters
- shapeFile
- Type: EGIS.ShapeFileLib..::..ShapeFile
Remarks
When ShapeFiles are added to the map the order that they are added determines the order that
they will be rendered. This means that the first ShapeFile layer that is rendered may potentially
be covered or patially covered by subsequent shapefiles.
By calling the MoveShapeFileUp and MoveShapeFileDown methods you can control the order that the
ShapeFile layers will be rendered.