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.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Each line must hold only 1 value
Syntax
public void ReadRA(
	CRA oRA1,
	int i2,
	int i3,
	int i4,
	int i5,
	string str6
)

Parameters

oRA1
Type: GeoEngine.Core.GXNetCRA
RA to read from
i2
Type: SystemInt32
See PG_3D_DIRConstant
i3
Type: SystemInt32
Reverse X
i4
Type: SystemInt32
Reverse Y
i5
Type: SystemInt32
Reverse Z
str6
Type: SystemString
Dummy
See Also