Click or drag to resize
CSBFCreate Method
Create a child SBF object inside 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)
Syntax
public CSBF Create(
	string file,
	int status
)

Parameters

file
Type: SystemString
Directory name to open / create
status
Type: SystemInt32
<define>SBF_OPEN</define>

Return Value

Type: CSBF
SBF object, terminates if fails.
See Also