 | CGEOSTRINGGetAllShapes Method |
Get the all shapes
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetAllShapes(
CLST lst
)
public void GetAllShapes(
CLST lst
)
Public Sub GetAllShapes (
lst As CLST
)
Public Sub GetAllShapes (
lst As CLST
)
public:
void GetAllShapes(
CLST^ lst
)
public:
void GetAllShapes(
CLST^ lst
)
member GetAllShapes :
lst : CLST -> unit
member GetAllShapes :
lst : CLST -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetXCLST
LST to fill
See Also