Web API Reference
MapGuide Open Source
Main Page
Modules
Namespaces
Classes
Files
MgMap
Create
Create
GetDataExtent
GetDisplayDpi
GetDisplayHeight
GetDisplayWidth
GetFiniteDisplayScaleAt
GetFiniteDisplayScaleCount
GetLayerGroups
GetLayers
GetMapDefinition
GetMapExtent
GetMapSRS
GetName
GetObjectId
GetSessionId
GetViewCenter
GetViewScale
MgMap
Open
INT32
MgMap::GetDisplayHeight
(
)
Returns the current height of the map display in pixels.
Remarks:
The height must be set by the client using the SETDISPLAYHEIGHT command as part of a GetMap or GetMapUpdate HTTP request.
.Net Syntax
int
GetDisplayHeight()
;
Java Syntax
int
GetDisplayHeight()
;
PHP Syntax
int
GetDisplayHeight()
;
Returns:
Returns the height of the map display in pixels.
Example (PHP)
See
MgMap Class
.