Click or drag to resize
CIPJGetList Method
Get a list of parameters.

Available since Oasis montaj version: 6.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The datum filter string, if specified, will limit the requested list to those valid for the spacified datum.
Syntax
public static void GetList(
	int i1,
	string str2,
	CLST oLST3
)

Parameters

i1
Type: SystemInt32
See IPJ_PARM_LSTConstant
str2
Type: SystemString
datum filter, "" for no filter
oLST3
Type: GeoEngine.Core.GXNetCLST
list returned
See Also