Web API Reference MapGuide Open Source
void MgMapPlot::SetMapPlotInstruction ( INT32  plotInstruction  ) 

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


Comments or suggestions? Send us feedback.