 | CUSERMETAGetExtents2d Method |
Get the 2d Extents
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetExtents2d(
ref double min_x,
ref double min_y,
ref double max_x,
ref double max_y
)
public void GetExtents2d(
ref double min_x,
ref double min_y,
ref double max_x,
ref double max_y
)
Public Sub GetExtents2d (
ByRef min_x As Double,
ByRef min_y As Double,
ByRef max_x As Double,
ByRef max_y As Double
)
Public Sub GetExtents2d (
ByRef min_x As Double,
ByRef min_y As Double,
ByRef max_x As Double,
ByRef max_y As Double
)
public:
void GetExtents2d(
double% min_x,
double% min_y,
double% max_x,
double% max_y
)
public:
void GetExtents2d(
double% min_x,
double% min_y,
double% max_x,
double% max_y
)
member GetExtents2d :
min_x : float byref *
min_y : float byref *
max_x : float byref *
max_y : float byref -> unit
member GetExtents2d :
min_x : float byref *
min_y : float byref *
max_x : float byref *
max_y : float byref -> unit
Parameters
- min_x
- Type: SystemDouble
MinX - min_y
- Type: SystemDouble
MinY - max_x
- Type: SystemDouble
MaxX - max_y
- Type: SystemDouble
MaxY
See Also