Click or drag to resize
CPGWriteWA Method
Write the contents of a 2D or 3D pager to a WA

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 will hold only 1 value
Syntax
public void WriteWA(
	CWA wa,
	int dir,
	int rev_x,
	int rev_y,
	int rev_z,
	string dummy
)

Parameters

wa
Type: GeoEngine.Core.GXNetXCWA
WA to write to
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