 | 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
Syntaxpublic int iGetItemSelection(
ref string item
)
public int iGetItemSelection(
ref string item
)
Public Function iGetItemSelection (
ByRef item As String
) As Integer
Public Function iGetItemSelection (
ByRef item As String
) As Integer
public:
int iGetItemSelection(
String^% item
)
public:
int iGetItemSelection(
String^% item
)
member iGetItemSelection :
item : string byref -> int
member iGetItemSelection :
item : string byref -> int
Parameters
- item
- Type: SystemString
returned item name
Return Value
Type:
Int32Returns True if the item is a view
RemarksIf nothing is selected the string will be empty and the function will return False
See Also