Click or drag to resize

CRACreateSBF Method

Creates RA on an SBF

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

public static CRA CreateSBF(
	CSBF sbf,
	string file
)

Parameters

sbf
Type: GeoEngine.Core.GXNetCSBF
Storage
file
Type: SystemString
Name of the file

Return Value

Type: CRA
RA Object
Remarks
This method allows you to open an RA in a structured file storage (an SBF). SBFs can be created inside other data containers, such as workspaces, maps, images and databases. This lets you store application specific information together with the data to which it applies.
See Also