Click or drag to resize
CTPATSetupTranslationVV Method
Initializes a VV used to map TPAT indices to output values

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
public void SetupTranslationVV(
	CLTB ltb,
	int field,
	CVV vv_values
)

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
See Also