Click or drag to resize
CITRColorVV Method
Get color transform of a VV.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
If the input value is a dummy, then the output color is 0 (no color).
Syntax
public void ColorVV(
	CVV vv_d,
	CVV vv_c
)

Parameters

vv_d
Type: GeoEngine.Core.GXNetXCVV
Input VV of values (none-string)
vv_c
Type: GeoEngine.Core.GXNetXCVV
Output VV of colors (type INT)
See Also