Click or drag to resize

CUSERMETA.GetExtents3d Method

Get the 3d Extents

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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: System.Double
MinX
min_y
Type: System.Double
MinY
min_z
Type: System.Double
MinZ
max_x
Type: System.Double
MaxX
max_y
Type: System.Double
MaxY
max_z
Type: System.Double
MaxZ
See Also