Click or drag to resize

CBFCreate Method

Create BF object.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CBF Create(
	CGXNETCore gxNetShared,
	string file,
	int status
)

public static CBF Create(
	CGXNETCore gxNetShared,
	string file,
	int status
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
File name to open ("" is a temporary file)
status
Type: SystemInt32
<define>BF_OPEN_MODE</define>

Return Value

Type: CBF
BF Object
Remarks
Run-time specific directory paths may be added the the front of file names as follows: <geosoft> the main Geosoft installation directory <geosoft2> the secondary Geosoft installation directory <geotemp> the Geosoft temporary file directory <windows> the operating system Windows directory <system> the operating system system directory <other> other environment variables For example "<geosoft>/user/csv/datum.csv"
See Also