 | CMAPGetMETA Method |
Get the map's META
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic CMETA GetMETA()
public CMETA GetMETA()
Public Function GetMETA As CMETA
Public Function GetMETA As CMETA
public:
CMETA^ GetMETA()
public:
CMETA^ GetMETA()
member GetMETA : unit -> CMETA
member GetMETA : unit -> CMETA
Return Value
Type:
CMETAMETA Object
RemarksIf the map has no META, an empty META will be created.
See Also