Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgEnvelope
Contains
Contains
ExpandToInclude
ExpandToInclude
GetDepth
GetHeight
GetLowerLeftCoordinate
GetUpperRightCoordinate
GetWidth
Intersects
IsNull
MakeNull
MgEnvelope
MgEnvelope
MgEnvelope
MgEnvelope
MgEnvelope
Transform
double MgEnvelope::GetHeight
(
)
Returns the difference between the maximum and minimum Y values.
.NET Syntax
double
GetHeight()
;
Java Syntax
double
GetHeight()
;
PHP Syntax
double
GetHeight()
;
Returns:
A double representing the height of the envelope.
Comments or suggestions? Send us
feedback
.