Click or drag to resize
CGISiDatamineType Method
Returns the type of a Datamine file.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Terminates if file is not a Datamine file. A datamine file can contain fields from a multitude of types, so use iAnd_MATH or iOr_MATH to determine if the file contains the required data.
Syntax
public static int iDatamineType(
	CGXNETCore gxNetShared,
	string file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
Name of input datamine file

Return Value

Type: Int32
Datamine file types - bitwise AND of types.
See Also