Click or drag to resize
CDBReadBlobBF Method
Read a blob from a database into a file.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void ReadBlobBF(
	int i1,
	CBF oBF2
)

Parameters

i1
Type: SystemInt32
Blob (DB_SYMB_BLOB) to read into BF from database
oBF2
Type: GeoEngine.Core.GXNetCBF
File to read blob from
See Also