 | CDHiModifyStructureCodesGUI2 Method |
Modify/create a structure codes file, channel population option.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iModifyStructureCodesGUI2(
CDB db,
string file
)
public static int iModifyStructureCodesGUI2(
CDB db,
string file
)
Public Shared Function iModifyStructureCodesGUI2 (
db As CDB,
file As String
) As Integer
Public Shared Function iModifyStructureCodesGUI2 (
db As CDB,
file As String
) As Integer
public:
static int iModifyStructureCodesGUI2(
CDB^ db,
String^ file
)
public:
static int iModifyStructureCodesGUI2(
CDB^ db,
String^ file
)
static member iModifyStructureCodesGUI2 :
db : CDB *
file : string -> int
static member iModifyStructureCodesGUI2 :
db : CDB *
file : string -> int
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
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 structure code list. The database
should be a Wholeplot database.
See Also