 | CMETAhCopyAcrossData Method |
Copy a Data value from one META to another
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic int hCopyAcrossData(
CMETA source_meta,
int ph_data
)
public int hCopyAcrossData(
CMETA source_meta,
int ph_data
)
Public Function hCopyAcrossData (
source_meta As CMETA,
ph_data As Integer
) As Integer
Public Function hCopyAcrossData (
source_meta As CMETA,
ph_data As Integer
) As Integer
public:
int hCopyAcrossData(
CMETA^ source_meta,
int ph_data
)
public:
int hCopyAcrossData(
CMETA^ source_meta,
int ph_data
)
member hCopyAcrossData :
source_meta : CMETA *
ph_data : int -> int
member hCopyAcrossData :
source_meta : CMETA *
ph_data : int -> int
Parameters
- source_meta
- Type: GeoEngine.Core.GXNetXCMETA
Source META object. - ph_data
- Type: SystemInt32
Data value to copy
Return Value
Type:
Int32
x - Handle of Data value
META_INVALID_TOKEN - No visible data
See Also