 | CGUIiTwoPanelSelectionEx Method (CLST, CLST, Int32, Int32, String) |
Two-panel selection; options for sort and ability to select no items.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iTwoPanelSelectionEx(
CLST ls_tf,
CLST ls_ts,
int sorted,
int allow_no_select,
string title
)
public static int iTwoPanelSelectionEx(
CLST ls_tf,
CLST ls_ts,
int sorted,
int allow_no_select,
string title
)
Public Shared Function iTwoPanelSelectionEx (
ls_tf As CLST,
ls_ts As CLST,
sorted As Integer,
allow_no_select As Integer,
title As String
) As Integer
Public Shared Function iTwoPanelSelectionEx (
ls_tf As CLST,
ls_ts As CLST,
sorted As Integer,
allow_no_select As Integer,
title As String
) As Integer
public:
static int iTwoPanelSelectionEx(
CLST^ ls_tf,
CLST^ ls_ts,
int sorted,
int allow_no_select,
String^ title
)
public:
static int iTwoPanelSelectionEx(
CLST^ ls_tf,
CLST^ ls_ts,
int sorted,
int allow_no_select,
String^ title
)
static member iTwoPanelSelectionEx :
ls_tf : CLST *
ls_ts : CLST *
sorted : int *
allow_no_select : int *
title : string -> int
static member iTwoPanelSelectionEx :
ls_tf : CLST *
ls_ts : CLST *
sorted : int *
allow_no_select : int *
title : string -> int
Parameters
- ls_tf
- Type: GeoEngine.Core.GXNetCLST
All available items for selection. - ls_ts
- Type: GeoEngine.Core.GXNetCLST
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
Return Value
Type:
Int32
0 - Ok
1 - Cancel
Remarks
Same as iTwoPanelSelection_GUI, but the items in the
two lists are not sorted alphabetically, but are ordered
exactly as input, and when an item is selected it is
added at the end of the lists.
See Also