Click or drag to resize
CDXFIGetRange Method
Get DXF data range

Available since Oasis montaj version: 6.2
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
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
)

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