 | CPGWriteBFEx Method |
Write the contents of a 2D or 3D pager to a BF.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void WriteBFEx(
CBF bf,
int dir,
int conv,
int rev_x,
int rev_y,
int rev_z,
double p_dummy
)
public void WriteBFEx(
CBF bf,
int dir,
int conv,
int rev_x,
int rev_y,
int rev_z,
double p_dummy
)
Public Sub WriteBFEx (
bf As CBF,
dir As Integer,
conv As Integer,
rev_x As Integer,
rev_y As Integer,
rev_z As Integer,
p_dummy As Double
)
Public Sub WriteBFEx (
bf As CBF,
dir As Integer,
conv As Integer,
rev_x As Integer,
rev_y As Integer,
rev_z As Integer,
p_dummy As Double
)
public:
void WriteBFEx(
CBF^ bf,
int dir,
int conv,
int rev_x,
int rev_y,
int rev_z,
double p_dummy
)
public:
void WriteBFEx(
CBF^ bf,
int dir,
int conv,
int rev_x,
int rev_y,
int rev_z,
double p_dummy
)
member WriteBFEx :
bf : CBF *
dir : int *
conv : int *
rev_x : int *
rev_y : int *
rev_z : int *
p_dummy : float -> unit
member WriteBFEx :
bf : CBF *
dir : int *
conv : int *
rev_x : int *
rev_y : int *
rev_z : int *
p_dummy : float -> unit
Parameters
- bf
- Type: GeoEngine.Core.GXNetXCBF
BF to write to - dir
- Type: SystemInt32
<define>PG_3D_DIR</define> - conv
- Type: SystemInt32
<define>PG_BF_CONV</define> - rev_x
- Type: SystemInt32
Reverse X - rev_y
- Type: SystemInt32
Reverse Y - rev_z
- Type: SystemInt32
Reverse Z - p_dummy
- Type: SystemDouble
Dummy value
See Also