Click or drag to resize
CDHiModifyStructureCodesGUI2 Method
Modify/create a structure codes file, channel population option.

Available since Oasis montaj version: 6.1
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
public static int iModifyStructureCodesGUI2(
	CGXNETCore gxNetShared,
	CDB db,
	string file
)

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
See Also