Click or drag to resize

CUSERMETAGetExtents2d Method

Get the 2d Extents

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public 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
)

Parameters

min_x
Type: SystemDouble
MinX
min_y
Type: SystemDouble
MinY
max_x
Type: SystemDouble
MaxX
max_y
Type: SystemDouble
MaxY
See Also