Click or drag to resize

CGUIiMultipleArrayChannelProfileViewer Method (CGXNETCore, CDB, String, String, String, String)

View up to 3 array channel profiles. The first channel's array base properties are used for all three (scaling, array base properties for the X-axis).

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static int iMultipleArrayChannelProfileViewer(
	CGXNETCore gxNetShared,
	CDB db,
	ref string line,
	ref string chan1,
	ref string chan2,
	ref string chan3
)

public static int iMultipleArrayChannelProfileViewer(
	CGXNETCore gxNetShared,
	CDB db,
	ref string line,
	ref string chan1,
	ref string chan2,
	ref string chan3
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
DB obj
line
Type: SystemString
Selected line
chan1
Type: SystemString
Master array channel (can be empty on input)
chan2
Type: SystemString
Second array channel (optional)
chan3
Type: SystemString
Third array channel (optional)

Return Value

Type: Int32
0 - OK -1 - Cancel
See Also