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.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 i1,
	int i2,
	CVV oVV3
)

Parameters

i1
Type: SystemInt32
Line
i2
Type: SystemInt32
Channel
oVV3
Type: GeoEngine.Core.GXNetCVV
VV in which to place the data
See Also