 | 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.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetChanVVExpanded(
int line,
int chan,
CVV vv
)
public void GetChanVVExpanded(
int line,
int chan,
CVV vv
)
Public Sub GetChanVVExpanded (
line As Integer,
chan As Integer,
vv As CVV
)
Public Sub GetChanVVExpanded (
line As Integer,
chan As Integer,
vv As CVV
)
public:
void GetChanVVExpanded(
int line,
int chan,
CVV^ vv
)
public:
void GetChanVVExpanded(
int line,
int chan,
CVV^ vv
)
member GetChanVVExpanded :
line : int *
chan : int *
vv : CVV -> unit
member GetChanVVExpanded :
line : int *
chan : int *
vv : CVV -> unit
Parameters
- line
- Type: SystemInt32
Line - chan
- Type: SystemInt32
Channel - vv
- Type: GeoEngine.Core.GXNetXCVV
VV in which to place the data
Remarks
This method is to be used in conjunction with the ReFidVV_VV method
that will honor the FID Expansion setting.
See Also