Click or drag to resize

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
Syntax
public void SetItemSelection(
	string item
)

public void SetItemSelection(
	string item
)

Parameters

item
Type: SystemString
item name
Remarks
An empty string will unselect everything.
See Also