 | CMAPGetMapSize Method |
Get the size of the Map.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetMapSize(
ref double xmin,
ref double ymin,
ref double xmax,
ref double ymax
)
public void GetMapSize(
ref double xmin,
ref double ymin,
ref double xmax,
ref double ymax
)
Public Sub GetMapSize (
ByRef xmin As Double,
ByRef ymin As Double,
ByRef xmax As Double,
ByRef ymax As Double
)
Public Sub GetMapSize (
ByRef xmin As Double,
ByRef ymin As Double,
ByRef xmax As Double,
ByRef ymax As Double
)
public:
void GetMapSize(
double% xmin,
double% ymin,
double% xmax,
double% ymax
)
public:
void GetMapSize(
double% xmin,
double% ymin,
double% xmax,
double% ymax
)
member GetMapSize :
xmin : float byref *
ymin : float byref *
xmax : float byref *
ymax : float byref -> unit
member GetMapSize :
xmin : float byref *
ymin : float byref *
xmax : float byref *
ymax : float byref -> unit
Parameters
- xmin
- Type: SystemDouble
X minimum in mm - ymin
- Type: SystemDouble
Y minimun in mm - xmax
- Type: SystemDouble
X maximum in mm - ymax
- Type: SystemDouble
Y maximum in mm
See Also