 | 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
Syntaxpublic 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
)
Public Shared Function GetDefaultCellSize (
db As CDB,
x As String,
y As String,
z As String,
ByRef cell As Double
) As Integer
Public Shared Function GetDefaultCellSize (
db As CDB,
x As String,
y As String,
z As String,
ByRef cell As Double
) As Integer
public:
static int GetDefaultCellSize(
CDB^ db,
String^ x,
String^ y,
String^ z,
double% cell
)
public:
static int GetDefaultCellSize(
CDB^ db,
String^ x,
String^ y,
String^ z,
double% cell
)
static member GetDefaultCellSize :
db : CDB *
x : string *
y : string *
z : string *
cell : float byref -> int
static member GetDefaultCellSize :
db : CDB *
x : string *
y : string *
z : string *
cell : float byref -> int
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