Set the MapPlotInstruction, which defines how the view of the map to be plotted is defined.
.NET Syntax
void SetMapPlotInstruction(int plotInstruction);
|
Java Syntax
void SetMapPlotInstruction(int plotInstruction);
|
PHP Syntax
void SetMapPlotInstruction(int plotInstruction);
|
- Parameters:
-
| plotInstruction | (int) The enumeration value defining how the view of the map is defined. |
- Returns:
- Nothing