 | CGISGetMETA Method |
Get the GIS META
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetMETA(
CMETA meta
)
public void GetMETA(
CMETA meta
)
Public Sub GetMETA (
meta As CMETA
)
Public Sub GetMETA (
meta As CMETA
)
public:
void GetMETA(
CMETA^ meta
)
public:
void GetMETA(
CMETA^ meta
)
member GetMETA :
meta : CMETA -> unit
member GetMETA :
meta : CMETA -> unit
Parameters
- meta
- Type: GeoEngine.Core.GXNetXCMETA
Meta object to store GIS meta information
See Also