Click or drag to resize
CDBGetChanVVExpanded Method
Read a channel into a VV. If the channel is a VA channel it is treaded as a VV channel with multiple values per fid and the FID expation is set to the array size.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
This method is to be used in conjunction with the ReFidVV_VV method that will honor the FID Expansion setting.
Syntax
public void GetChanVVExpanded(
	int line,
	int chan,
	CVV vv
)

Parameters

line
Type: SystemInt32
Line
chan
Type: SystemInt32
Channel
vv
Type: GeoEngine.Core.GXNetXCVV
VV in which to place the data
See Also