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