Click or drag to resize
CLTBSaveCrypt Method
Save LTB to a new file using encryption

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)
Syntax
public void SaveCrypt(
	string str1,
	string str2
)

Parameters

str1
Type: SystemString
file name, .csv assumed. If "", save to original file.
str2
Type: SystemString
encryption key SYS_CRYPT_KEYConstant
See Also