Click or drag to resize

CIPJGetList Method

Get a list of parameters.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GetList(
	int parm,
	string datum,
	CLST lst
)

public static void GetList(
	int parm,
	string datum,
	CLST lst
)

Parameters

parm
Type: SystemInt32
<define>IPJ_PARM_LST</define>
datum
Type: SystemString
Datum filter, "" for no filter
lst
Type: GeoEngine.Core.GXNetCLST
List returned
Remarks
The datum filter string, if specified, will limit the requested list to those valid for the spacified datum.
See Also