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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
2D Only
Syntax
public void CopySubset(
	CPG pgs,
	int y_row_d,
	int x_col_d,
	int y_row_s,
	int x_col_s,
	int ny,
	int nx
)

Parameters

pgs
Type: GeoEngine.Core.GXNetXCPG
Source PG object
y_row_d
Type: SystemInt32
Y (row) Origin on destination
x_col_d
Type: SystemInt32
X (col) Origin on destination
y_row_s
Type: SystemInt32
Y (row) Origin on source
x_col_s
Type: SystemInt32
X (col) Origin on source
ny
Type: SystemInt32
Number of Y (rows) to copy
nx
Type: SystemInt32
Number of X (columns) to copy
See Also