 | 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
Syntaxpublic int iGetItemSelection(
ref string item,
int item_len
)
public int iGetItemSelection(
ref string item,
int item_len
)
Public Function iGetItemSelection (
ByRef item As String,
item_len As Integer
) As Integer
Public Function iGetItemSelection (
ByRef item As String,
item_len As Integer
) As Integer
public:
int iGetItemSelection(
String^% item,
int item_len
)
public:
int iGetItemSelection(
String^% item,
int item_len
)
member iGetItemSelection :
item : string byref *
item_len : int -> int
member iGetItemSelection :
item : string byref *
item_len : int -> int
Parameters
- item
- Type: SystemString
returned item name - item_len
- Type: SystemInt32
size of 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