Click or drag to resize

CWACreateSBF Method

Creates an ASCII file to write to in an SBF.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CWA CreateSBF(
	CSBF sbf,
	string file,
	int append
)

public static CWA CreateSBF(
	CSBF sbf,
	string file,
	int append
)

Parameters

sbf
Type: GeoEngine.Core.GXNetCSBF
Storage
file
Type: SystemString
Name of the File
append
Type: SystemInt32
<define>WA_OPEN</define>

Return Value

Type: CWA
WA Handle
Remarks
See sbf.gxh. ANSI Encoding is assumed, See CreateSBFEx_WA to override this.
See Also