Click or drag to resize
CBFWriteVV Method
Writes VV to the BF

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 WriteVV(
	int type,
	CVV vv
)

Parameters

type
Type: SystemInt32
<define>GS_TYPES</define> and <define>BF_BYTEORDER</define>
vv
Type: GeoEngine.Core.GXNetXCVV
Data
See Also