Click or drag to resize

CEMAPTEMPLATEiGetItemSelection Method (String)

Gets info about the current selected item

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iGetItemSelection(
	ref string item
)

public int iGetItemSelection(
	ref string item
)

Parameters

item
Type: SystemString
returned item name

Return Value

Type: Int32
Returns True if the item is a view
Remarks
If nothing is selected the string will be empty and the function will return False
See Also