Click or drag to resize

CGEOSTRING.GetShapesForSection Method

Get all shapes linked to a specific section

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

public void GetShapesForSection(
	string guid,
	CLST lst
)

Parameters

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