Click or drag to resize

CMETAhCopyAcrossItem Method

Copy an Item from one META to another

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.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.GXNetXCMETA
Source META object.
ph_item
Type: SystemInt32
Item to copy

Return Value

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