 | CTPATSetupTranslationVV Method |
Initializes a VV used to map TPAT indices to output values
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetupTranslationVV(
CLTB ltb,
int field,
CVV vv_values
)
public void SetupTranslationVV(
CLTB ltb,
int field,
CVV vv_values
)
Public Sub SetupTranslationVV (
ltb As CLTB,
field As Integer,
vv_values As CVV
)
Public Sub SetupTranslationVV (
ltb As CLTB,
field As Integer,
vv_values As CVV
)
public:
void SetupTranslationVV(
CLTB^ ltb,
int field,
CVV^ vv_values
)
public:
void SetupTranslationVV(
CLTB^ ltb,
int field,
CVV^ vv_values
)
member SetupTranslationVV :
ltb : CLTB *
field : int *
vv_values : CVV -> unit
member SetupTranslationVV :
ltb : CLTB *
field : int *
vv_values : CVV -> unit
Parameters
- ltb
- Type: GeoEngine.Core.GXNetXCLTB
Table containing TPAT codes as the key - field
- Type: SystemInt32
Field in LTB with the output values (numeric or string) - vv_values
- Type: GeoEngine.Core.GXNetXCVV
Returned values for each TPAT index
Remarks
The input LTB object should have key values matching the TPAT codes.
Whether the matches are case sensitive or not is dependent on how the
LTB oject was created (see ltb.h).
The LTB field values are converted to the output VV type.
See Also