 | CDGWGetList Method |
This method retrieves the list (LST) object associated
with a Dialog object.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic CLST GetList(
int id
)
public CLST GetList(
int id
)
Public Function GetList (
id As Integer
) As CLST
Public Function GetList (
id As Integer
) As CLST
public:
CLST^ GetList(
int id
)
public:
CLST^ GetList(
int id
)
member GetList :
id : int -> CLST
member GetList :
id : int -> CLST
Parameters
- id
- Type: SystemInt32
Dialog Object
Return Value
Type:
CLSTThe List Object
See Also