 | 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
Syntaxpublic 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
)
Public Shared Function iMultipleArrayChannelProfileViewer (
gxNetShared As CGXNETCore,
db As CDB,
ByRef line As String,
ByRef chan1 As String,
ByRef chan2 As String,
ByRef chan3 As String
) As Integer
Public Shared Function iMultipleArrayChannelProfileViewer (
gxNetShared As CGXNETCore,
db As CDB,
ByRef line As String,
ByRef chan1 As String,
ByRef chan2 As String,
ByRef chan3 As String
) As Integer
public:
static int iMultipleArrayChannelProfileViewer(
CGXNETCore^ gxNetShared,
CDB^ db,
String^% line,
String^% chan1,
String^% chan2,
String^% chan3
)
public:
static int iMultipleArrayChannelProfileViewer(
CGXNETCore^ gxNetShared,
CDB^ db,
String^% line,
String^% chan1,
String^% chan2,
String^% chan3
)
static member iMultipleArrayChannelProfileViewer :
gxNetShared : CGXNETCore *
db : CDB *
line : string byref *
chan1 : string byref *
chan2 : string byref *
chan3 : string byref -> int
static member iMultipleArrayChannelProfileViewer :
gxNetShared : CGXNETCore *
db : CDB *
line : string byref *
chan1 : string byref *
chan2 : string byref *
chan3 : string byref -> int
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