Click or drag to resize

CUSERMETAGetExtents3d Method

Get the 3d Extents

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void GetExtents3d(
	ref double min_x,
	ref double min_y,
	ref double min_z,
	ref double max_x,
	ref double max_y,
	ref double max_z
)

public void GetExtents3d(
	ref double min_x,
	ref double min_y,
	ref double min_z,
	ref double max_x,
	ref double max_y,
	ref double max_z
)

Parameters

min_x
Type: SystemDouble
MinX
min_y
Type: SystemDouble
MinY
min_z
Type: SystemDouble
MinZ
max_x
Type: SystemDouble
MaxX
max_y
Type: SystemDouble
MaxY
max_z
Type: SystemDouble
MaxZ
See Also