  | CMAPSetMETA Method  | 
 Write a META to a map.
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic void SetMETA(
	CMETA meta
)
public void SetMETA(
	CMETA meta
)
Public Sub SetMETA ( 
	meta As CMETA
)
Public Sub SetMETA ( 
	meta As CMETA
)
public:
void SetMETA(
	CMETA^ meta
)
public:
void SetMETA(
	CMETA^ meta
)
member SetMETA : 
        meta : CMETA -> unit 
member SetMETA : 
        meta : CMETA -> unit 
Parameters
- meta
 - Type: GeoEngine.Core.GXNetXCMETA
META to write to map 
See Also