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.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 will hold only 1 value
Syntax
public void WriteWA(
	CWA oWA1,
	int i2,
	int i3,
	int i4,
	int i5,
	string str6
)

Parameters

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