Click or drag to resize

CGEOSTRINGGetShapesForFeature Method

Get all shapes linked to a specific feature

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void GetShapesForFeature(
	string guid,
	CLST lst
)

public void GetShapesForFeature(
	string guid,
	CLST lst
)

Parameters

guid
Type: SystemString
Feature GUID
lst
Type: GeoEngine.Core.GXNetCLST
LST to fill
See Also