 | CMETACopy Method |
Copy a META to another
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void Copy(
CMETA source_meta
)
public void Copy(
CMETA source_meta
)
Public Sub Copy (
source_meta As CMETA
)
Public Sub Copy (
source_meta As CMETA
)
public:
void Copy(
CMETA^ source_meta
)
public:
void Copy(
CMETA^ source_meta
)
member Copy :
source_meta : CMETA -> unit
member Copy :
source_meta : CMETA -> unit
Parameters
- source_meta
- Type: GeoEngine.Core.GXNetCMETA
Source META object.
See Also