Click or drag to resize
CPGWriteBFEx Method
Write the contents of a 2D or 3D pager to a BF.

Available since Oasis montaj version: 9.3
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void WriteBFEx(
	CBF oBF1,
	int i2,
	int i3,
	int i4,
	int i5,
	int i6,
	double d7
)

Parameters

oBF1
Type: GeoEngine.Core.GXNetCBF
BF to write to
i2
Type: SystemInt32
See PG_3D_DIRConstant
i3
Type: SystemInt32
See PG_BF_CONVConstant
i4
Type: SystemInt32
Reverse X
i5
Type: SystemInt32
Reverse Y
i6
Type: SystemInt32
Reverse Z
d7
Type: SystemDouble
Dummy value
See Also