 | CDHiModifyRockCodesGUI2 Method |
Modify/create a rock codes file, channel population option.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static int iModifyRockCodesGUI2(
CGXNETCore gxNetShared,
CDB db,
string file
)
public static int iModifyRockCodesGUI2(
CGXNETCore gxNetShared,
CDB db,
string file
)
Public Shared Function iModifyRockCodesGUI2 (
gxNetShared As CGXNETCore,
db As CDB,
file As String
) As Integer
Public Shared Function iModifyRockCodesGUI2 (
gxNetShared As CGXNETCore,
db As CDB,
file As String
) As Integer
public:
static int iModifyRockCodesGUI2(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ file
)
public:
static int iModifyRockCodesGUI2(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ file
)
static member iModifyRockCodesGUI2 :
gxNetShared : CGXNETCore *
db : CDB *
file : string -> int
static member iModifyRockCodesGUI2 :
gxNetShared : CGXNETCore *
db : CDB *
file : string -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - db
- Type: GeoEngine.Core.GXNetXCDB
Database - file
- Type: SystemString
File name
Return Value
Type:
Int32
0 - Ok
-1 - User Cancelled
Remarks
Same as above, but passes the current database so that
the "Populate from channel" button can be used to
automatically populate the rock code list. The database
should be a Wholeplot database.
See Also