 | CBIGRIDGetDefaultCellSize Method |
Get default cell size value.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static int GetDefaultCellSize(
CGXNETCore gxNetShared,
CDB db,
string x,
string y,
string z,
ref double cell
)
public static int GetDefaultCellSize(
CGXNETCore gxNetShared,
CDB db,
string x,
string y,
string z,
ref double cell
)
Public Shared Function GetDefaultCellSize (
gxNetShared As CGXNETCore,
db As CDB,
x As String,
y As String,
z As String,
ByRef cell As Double
) As Integer
Public Shared Function GetDefaultCellSize (
gxNetShared As CGXNETCore,
db As CDB,
x As String,
y As String,
z As String,
ByRef cell As Double
) As Integer
public:
static int GetDefaultCellSize(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ x,
String^ y,
String^ z,
double% cell
)
public:
static int GetDefaultCellSize(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ x,
String^ y,
String^ z,
double% cell
)
static member GetDefaultCellSize :
gxNetShared : CGXNETCore *
db : CDB *
x : string *
y : string *
z : string *
cell : float byref -> int
static member GetDefaultCellSize :
gxNetShared : CGXNETCore *
db : CDB *
x : string *
y : string *
z : string *
cell : float byref -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - db
- Type: GeoEngine.Core.GXNetXCDB
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