 | CEMAPTEMPLATESetItemSelection Method |
Sets the current selected item
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetItemSelection(
string item
)
public void SetItemSelection(
string item
)
Public Sub SetItemSelection (
item As String
)
Public Sub SetItemSelection (
item As String
)
public:
void SetItemSelection(
String^ item
)
public:
void SetItemSelection(
String^ item
)
member SetItemSelection :
item : string -> unit
member SetItemSelection :
item : string -> unit
Parameters
- item
- Type: SystemString
item name
RemarksAn empty string will unselect everything.
See Also