Click or drag to resize

CRACreateSBF Method

Creates RA on an SBF

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

public static CRA CreateSBF(
	CGXNETCore gxNetShared,
	CSBF sbf,
	string file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
sbf
Type: GeoEngine.Core.GXNetXCSBF
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