Click or drag to resize

CGEOSTRING.GetShapesForFeatureAndSection Method

Get all shapes linked to a specific feature and section

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

public void GetShapesForFeatureAndSection(
	string feature_guid,
	string section_guid,
	CLST lst
)

Parameters

feature_guid
Type: System.String
Feature GUID
section_guid
Type: System.String
Section GUID
lst
Type: GeoEngine.Core.GXNet.CLST
LST to fill
See Also