Click or drag to resize
CBFWriteVM Method
Writes VM to the BF

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
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.
Syntax
public void WriteVM(
	int i1,
	CVM oVM2
)

Parameters

i1
Type: SystemInt32
See GS_TYPESConstant and BF_BYTEORDERConstant
oVM2
Type: GeoEngine.Core.GXNetCVM
data
See Also