Click or drag to resize
CMETAMoveDatasAcross Method
Moves data items from one META to another

Available since Oasis montaj version: 5.1.8
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void MoveDatasAcross(
	CMETA oMETA1,
	int i2,
	int i3
)

Parameters

oMETA1
Type: GeoEngine.Core.GXNetCMETA
Source META Object
i2
Type: SystemInt32
Object to copy data from
i3
Type: SystemInt32
Object to copy data to
See Also