 | CGUIiTwoPanelSelectionEx2 Method (CGXNETCore, CLST, CLST, Int32, Int32, String, String) |
Two-panel selection; extended options including a help link.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static int iTwoPanelSelectionEx2(
CGXNETCore gxNetShared,
CLST ls_tf,
CLST ls_ts,
int sorted,
int allow_no_select,
string title,
string help
)
public static int iTwoPanelSelectionEx2(
CGXNETCore gxNetShared,
CLST ls_tf,
CLST ls_ts,
int sorted,
int allow_no_select,
string title,
string help
)
Public Shared Function iTwoPanelSelectionEx2 (
gxNetShared As CGXNETCore,
ls_tf As CLST,
ls_ts As CLST,
sorted As Integer,
allow_no_select As Integer,
title As String,
help As String
) As Integer
Public Shared Function iTwoPanelSelectionEx2 (
gxNetShared As CGXNETCore,
ls_tf As CLST,
ls_ts As CLST,
sorted As Integer,
allow_no_select As Integer,
title As String,
help As String
) As Integer
public:
static int iTwoPanelSelectionEx2(
CGXNETCore^ gxNetShared,
CLST^ ls_tf,
CLST^ ls_ts,
int sorted,
int allow_no_select,
String^ title,
String^ help
)
public:
static int iTwoPanelSelectionEx2(
CGXNETCore^ gxNetShared,
CLST^ ls_tf,
CLST^ ls_ts,
int sorted,
int allow_no_select,
String^ title,
String^ help
)
static member iTwoPanelSelectionEx2 :
gxNetShared : CGXNETCore *
ls_tf : CLST *
ls_ts : CLST *
sorted : int *
allow_no_select : int *
title : string *
help : string -> int
static member iTwoPanelSelectionEx2 :
gxNetShared : CGXNETCore *
ls_tf : CLST *
ls_ts : CLST *
sorted : int *
allow_no_select : int *
title : string *
help : string -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - ls_tf
- Type: GeoEngine.Core.GXNetXCLST
All available items for selection. - ls_ts
- Type: GeoEngine.Core.GXNetXCLST
Selections (altered on output) - sorted
- Type: SystemInt32
Sort items alphabetically (0:No, 1:Yes) - allow_no_select
- Type: SystemInt32
Allow no items selected (0:No, 1:Yes) - title
- Type: SystemString
Title for dialog - help
- Type: SystemString
Help link
Return Value
Type:
Int32
0 - Ok
1 - Cancel
Remarks
Same as iTwoPanelSelectionEx_GUI, but user can specify a help
link.
See Also