Click or drag to resize

CMVIEWGetFolderItems2D Method

Get the list of key-value pairs representing the name(key) and the type(value) of all children in the specified parent folders in the MVIEW.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public CLST GetFolderItems2D(
	string parent_name
)

public CLST GetFolderItems2D(
	string parent_name
)

Parameters

parent_name
Type: SystemString
Parent folder name, or empty string for root MVIEW

Return Value

Type: CLST
Remarks
Returns name/type pairs. Types can be 'Folder', 'Group' or 'Unknown'
See Also