Click or drag to resize
CBFCreateSBF Method
Create BF object inside an SBF.

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)
Notes
see sbf.gxh
Syntax
public static CBF CreateSBF(
	CSBF oSBF1,
	string str2,
	int i3
)

Parameters

oSBF1
Type: GeoEngine.Core.GXNetCSBF
Storage
str2
Type: SystemString
file name to open ("" is a temporary file)
i3
Type: SystemInt32
See BF_OPEN_MODEConstant

Return Value

Type: CBF
BF Object
See Also