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