Click or drag to resize

CBIGRIDGetDefaultCellSize Method

Get default cell size value.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int GetDefaultCellSize(
	CDB db,
	string x,
	string y,
	string z,
	ref double cell
)

public static int GetDefaultCellSize(
	CDB db,
	string x,
	string y,
	string z,
	ref double cell
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Handle to a database
x
Type: SystemString
Y Channel
y
Type: SystemString
X Channel
z
Type: SystemString
Data channel
cell
Type: SystemDouble
cell size

Return Value

Type: Int32
0 - Ok 1 - Error
See Also