Click or drag to resize

CMETAhCopyAcrossData Method

Copy a Data value from one META to another

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public int hCopyAcrossData(
	CMETA source_meta,
	int ph_data
)

public int hCopyAcrossData(
	CMETA source_meta,
	int ph_data
)

Parameters

source_meta
Type: GeoEngine.Core.GXNetCMETA
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