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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void ReadBlobBF(
	int symb,
	CBF bf
)

Parameters

symb
Type: SystemInt32
Blob (<define>DB_SYMB_BLOB</define>) to read into BF from database
bf
Type: GeoEngine.Core.GXNetXCBF
File to read blob from
See Also