Click or drag to resize

CSBFCreate Method

Create a child SBF object inside an SBF.

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

public CSBF Create(
	string file,
	int status
)

Parameters

file
Type: SystemString
Directory name to open / create
status
Type: SystemInt32
<define>SBF_OPEN</define>

Return Value

Type: CSBF
SBF object, terminates if fails.
See Also