Click or drag to resize
CPGCopySubset Method
Copy a subset of data from one pager to another.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
2D Only
Syntax
public void CopySubset(
	CPG oPG1,
	int i2,
	int i3,
	int i4,
	int i5,
	int i6,
	int i7
)

Parameters

oPG1
Type: GeoEngine.Core.GXNetCPG
Source PG object
i2
Type: SystemInt32
Y (row) Origin on destination
i3
Type: SystemInt32
X (col) Origin on destination
i4
Type: SystemInt32
Y (row) Origin on source
i5
Type: SystemInt32
X (col) Origin on source
i6
Type: SystemInt32
Number of Y (rows) to copy
i7
Type: SystemInt32
Number of X (columns) to copy
See Also