Web API Reference MapGuide Open Source

MgMapPlotInstruction Class Reference
[MgMapPlotInstruction]

List of all members.

Detailed Description

MgMapPlotInstruction defines enumerated values used to indicate whether the plot should be based on the center and scale of the map, an overridden center and scale, or an overridden extent.


Static Public Attributes

static const INT32 UseMapCenterAndScale = 0
 Specifies the plot should use the center and scale of the map.
static const INT32 UseOverriddenCenterAndScale = 1
 Specifies the plot should use the overridden center and scale of the map.
static const INT32 UseOverriddenExtent = 2
 Specifies the plot should use the overridden extent.