Click or drag to resize
CPGReadRA Method
Read the contents of a 2D or 3D pager to from an RA.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Each line must hold only 1 value
Syntax
public void ReadRA(
	CRA ra,
	int dir,
	int rev_x,
	int rev_y,
	int rev_z,
	string dummy
)

Parameters

ra
Type: GeoEngine.Core.GXNetXCRA
RA to read from
dir
Type: SystemInt32
<define>PG_3D_DIR</define>
rev_x
Type: SystemInt32
Reverse X
rev_y
Type: SystemInt32
Reverse Y
rev_z
Type: SystemInt32
Reverse Z
dummy
Type: SystemString
Dummy
See Also