Click or drag to resize

CPGWriteWA Method

Write the contents of a 2D or 3D pager to a WA

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void WriteWA(
	CWA wa,
	int dir,
	int rev_x,
	int rev_y,
	int rev_z,
	string dummy
)

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
Remarks
Each line will hold only 1 value
See Also