 | CBFWriteVM Method |
Writes VM to the BF
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void WriteVM(
int type,
CVM vm
)
public void WriteVM(
int type,
CVM vm
)
Public Sub WriteVM (
type As Integer,
vm As CVM
)
Public Sub WriteVM (
type As Integer,
vm As CVM
)
public:
void WriteVM(
int type,
CVM^ vm
)
public:
void WriteVM(
int type,
CVM^ vm
)
member WriteVM :
type : int *
vm : CVM -> unit
member WriteVM :
type : int *
vm : CVM -> unit
Parameters
- type
- Type: SystemInt32
<define>GS_TYPES</define> and <define>BF_BYTEORDER</define> - vm
- Type: GeoEngine.Core.GXNetXCVM
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