Click or drag to resize

CDATAMINENumericFieldLST Method

Return a LST containing the non-standard numeric fields in a Datamine file.

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

public static void NumericFieldLST(
	CGXNETCore gxNetShared,
	string file,
	CLST lst
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
Datamine file name
lst
Type: GeoEngine.Core.GXNetXCLST
LST to populate
Remarks
At this time, only <define>GIS_DMTYPE_BLOCKMODEL</define> files are supported. The field names go in the name part, and field indices (1 to N) in the value part.
See Also