Click or drag to resize

CDXFIGetRange Method

Get DXF data range

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetRange(
	ref double min_x,
	ref double max_x,
	ref double min_y,
	ref double max_y,
	ref double min_z,
	ref double max_z
)

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

Parameters

min_x
Type: SystemDouble
X min
max_x
Type: SystemDouble
X max
min_y
Type: SystemDouble
Y min
max_y
Type: SystemDouble
Y max
min_z
Type: SystemDouble
Z min
max_z
Type: SystemDouble
Z max
See Also