Click or drag to resize

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

Note: This API is now obsolete.

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
[ObsoleteAttribute("Deprecated since 9.5, Tool is now GX.Net")]
public static int iMultipleArrayChannelProfileViewer(
	CGXNETCore gxNetShared,
	CDB db,
	ref string line,
	ref string chan1,
	ref string chan2,
	ref string chan3,
	int size
)

[ObsoleteAttribute("Deprecated since 9.5, Tool is now GX.Net")]
public static int iMultipleArrayChannelProfileViewer(
	CGXNETCore gxNetShared,
	CDB db,
	ref string line,
	ref string chan1,
	ref string chan2,
	ref string chan3,
	int size
)

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)
size
Type: SystemInt32
Size of line and channel buffers

Return Value

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