 | CGUIGetPrinterLST Method |
Gets a list of all printers.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GetPrinterLST(
CLST lst
)
public static void GetPrinterLST(
CLST lst
)
Public Shared Sub GetPrinterLST (
lst As CLST
)
Public Shared Sub GetPrinterLST (
lst As CLST
)
public:
static void GetPrinterLST(
CLST^ lst
)
public:
static void GetPrinterLST(
CLST^ lst
)
static member GetPrinterLST :
lst : CLST -> unit
static member GetPrinterLST :
lst : CLST -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetCLST
List to place into
See Also