Click or drag to resize
CDATAMINENumericFieldLST Method
Return a LST containing the non-standard numeric fields in a Datamine file.

Available since Oasis montaj version: 6.3
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
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
See Also