Click or drag to resize

CIPJGetList Method

Get a list of parameters.

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

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

Parameters

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