Click or drag to resize

CEMAPTEMPLATEiGetItemSelection Method (String, Int32)

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,
	int item_len
)

public int iGetItemSelection(
	ref string item,
	int item_len
)

Parameters

item
Type: SystemString
returned item name
item_len
Type: SystemInt32
size of 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