 | CBFWriteVV Method |
Writes VV to the BF
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void WriteVV(
int type,
CVV vv
)
public void WriteVV(
int type,
CVV vv
)
Public Sub WriteVV (
type As Integer,
vv As CVV
)
Public Sub WriteVV (
type As Integer,
vv As CVV
)
public:
void WriteVV(
int type,
CVV^ vv
)
public:
void WriteVV(
int type,
CVV^ vv
)
member WriteVV :
type : int *
vv : CVV -> unit
member WriteVV :
type : int *
vv : CVV -> unit
Parameters
- type
- Type: SystemInt32
<define>GS_TYPES</define> and <define>BF_BYTEORDER</define> - vv
- Type: GeoEngine.Core.GXNetXCVV
Data
Remarks
See comments on byte order for the Read.. functions if you
want to enforce a certain byte order.
If a byte order is not specified, the data is written
in the native byte order of the writing computer.
See Also