 | 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
Syntaxpublic void CreateObjList(
CLST lst,
int type
)
public void CreateObjList(
CLST lst,
int type
)
Public Sub CreateObjList (
lst As CLST,
type As Integer
)
Public Sub CreateObjList (
lst As CLST,
type As Integer
)
public:
void CreateObjList(
CLST^ lst,
int type
)
public:
void CreateObjList(
CLST^ lst,
int type
)
member CreateObjList :
lst : CLST *
type : int -> unit
member CreateObjList :
lst : CLST *
type : int -> unit
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