Click or drag to resize
CLTBCreateCrypt Method
Creates a LTB object from an encrypted file.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the file has no header, field names are assumed to be "0", "1", etc.
Syntax
public static CLTB CreateCrypt(
	string str1,
	int i2,
	int i3,
	int i4,
	string str5,
	string str6
)

Parameters

str1
Type: SystemString
file name, .csv assumed, searched locally then in GEOSOFT.
i2
Type: SystemInt32
See LTB_TYPEConstant
i3
Type: SystemInt32
See LTB_DELIMConstant
i4
Type: SystemInt32
See LTB_CASEConstant
str5
Type: SystemString
Key to find if only one record required, "" to read entire table.
str6
Type: SystemString
Decryption Key SYS_CRYPT_KEYConstant

Return Value

Type: CLTB
x - Handle to LTB object NULL - Error of some kind
See Also