 | CMAPLProcess Method |
Process a MAPL
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Process(
CMAP map
)
public void Process(
CMAP map
)
Public Sub Process (
map As CMAP
)
Public Sub Process (
map As CMAP
)
public:
void Process(
CMAP^ map
)
public:
void Process(
CMAP^ map
)
member Process :
map : CMAP -> unit
member Process :
map : CMAP -> unit
Parameters
- map
- Type: GeoEngine.Core.GXNetXCMAP
See Also