 | 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
)
<ObsoleteAttribute("Deprecated since 9.5, Tool is now GX.Net")>
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,
size As Integer
) As Integer
<ObsoleteAttribute("Deprecated since 9.5, Tool is now GX.Net")>
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,
size As Integer
) As Integer
public:
[ObsoleteAttribute(L"Deprecated since 9.5, Tool is now GX.Net")]
static int iMultipleArrayChannelProfileViewer(
CGXNETCore^ gxNetShared,
CDB^ db,
String^% line,
String^% chan1,
String^% chan2,
String^% chan3,
int size
)
public:
[ObsoleteAttribute(L"Deprecated since 9.5, Tool is now GX.Net")]
static int iMultipleArrayChannelProfileViewer(
CGXNETCore^ gxNetShared,
CDB^ db,
String^% line,
String^% chan1,
String^% chan2,
String^% chan3,
int size
)
[<ObsoleteAttribute("Deprecated since 9.5, Tool is now GX.Net")>]
static member iMultipleArrayChannelProfileViewer :
gxNetShared : CGXNETCore *
db : CDB *
line : string byref *
chan1 : string byref *
chan2 : string byref *
chan3 : string byref *
size : int -> int
[<ObsoleteAttribute("Deprecated since 9.5, Tool is now GX.Net")>]
static member iMultipleArrayChannelProfileViewer :
gxNetShared : CGXNETCore *
db : CDB *
line : string byref *
chan1 : string byref *
chan2 : string byref *
chan3 : string byref *
size : int -> 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) - size
- Type: SystemInt32
Size of line and channel buffers
Return Value
Type:
Int32
0 - OK
-1 - Cancel
See Also