Click or drag to resize

CMETA.hCopyAcrossItem Method

Copy an Item 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 hCopyAcrossItem(
	CMETA source_meta,
	int ph_item
)

public int hCopyAcrossItem(
	CMETA source_meta,
	int ph_item
)

Parameters

source_meta
Type: GeoEngine.Core.GXNet.CMETA
Source META object.
ph_item
Type: System.Int32
Item to copy

Return Value

Type: Int32
x - Handle of Item META_INVALID_TOKEN - No visible data
See Also