Click or drag to resize
CRACreateSBF Method
Creates RA on an SBF

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
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
See Also