 | CGEOSTRINGGetSections Method |
Get the sections
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetSections(
CLST lst
)
public void GetSections(
CLST lst
)
Public Sub GetSections (
lst As CLST
)
Public Sub GetSections (
lst As CLST
)
public:
void GetSections(
CLST^ lst
)
public:
void GetSections(
CLST^ lst
)
member GetSections :
lst : CLST -> unit
member GetSections :
lst : CLST -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetXCLST
LST to fill
RemarksList items are returned with section GUID in name and section name in value.
See Also