 | CGEOSTRINGGetShapesForFeature Method |
Get all shapes linked to a specific feature
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetShapesForFeature(
string guid,
CLST lst
)
public void GetShapesForFeature(
string guid,
CLST lst
)
Public Sub GetShapesForFeature (
guid As String,
lst As CLST
)
Public Sub GetShapesForFeature (
guid As String,
lst As CLST
)
public:
void GetShapesForFeature(
String^ guid,
CLST^ lst
)
public:
void GetShapesForFeature(
String^ guid,
CLST^ lst
)
member GetShapesForFeature :
guid : string *
lst : CLST -> unit
member GetShapesForFeature :
guid : string *
lst : CLST -> unit
Parameters
- guid
- Type: SystemString
Feature GUID - lst
- Type: GeoEngine.Core.GXNetXCLST
LST to fill
See Also