Click or drag to resize
CSBF Class
The SBF class provides a means of storing data in a file-type directory structure within a workspace, database or map. Each of these three objects contains its own SBF object, which may be accessed using the hGetSYS_SBF, hGetDB_SBF and hGetMAP_SBF functions. To access data in a file, or create a new file in the SBF object, call the CreatSBF_BF function (see BF), which will return a BF object to use.
Inheritance Hierarchy

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public class CSBF : CHANDLE

The CSBF type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneCreate
Create a child SBF object inside an SBF.
Public methodAvailable to anyoneCreateObjList
Fills an LST with embedded storage names of an SBF.
Public methodAvailable to anyoneDelDir
Delete a directory (storage) from this storage.
Public methodAvailable to anyoneDelFile
Delete a file from this storage.
Protected methodDispose
Releases the unmanaged resources used by the CSBF and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to anyoneStatic memberhGetDB
Get the embedded file storage from a database.
Public methodAvailable to anyoneStatic memberhGetMAP
Get the embedded file storage from a map.
Public methodAvailable to anyoneStatic memberhGetSYS
Get the main embedded file storage (in workspace).
Public methodAvailable to anyoneiExistDir
Check to see if a directory (storage) exists inside this storage.
Public methodAvailable to anyoneiExistFile
Check to see if a file exists inside this storage.
Public methodAvailable to anyoneSaveLog
Save an embedded file to an ASCII file.
Top
See Also