Click or drag to resize

CSBFCreateObjList Method

Fills an LST with embedded storage names of an SBF.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void CreateObjList(
	CLST lst,
	int type
)

public void CreateObjList(
	CLST lst,
	int type
)

Parameters

lst
Type: GeoEngine.Core.GXNetXCLST
LST handle
type
Type: SystemInt32
<define>SBF_TYPE</define>
Remarks
Function will populate an LST object with embedded files (<define>SBF_TYPE_FILES</define>), directories (<define>SBF_TYPE_DIRS</define>), or both (pass <define>SBF_TYPE_BOTH</define>) in an SBF. Along with the Name of the file or directory, a constant "dir" or "file" string is written to the LST also.
See Also