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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the input value is a dummy, then the output colour is 0 (no colour).
Syntax
public void ColorVV(
	CVV oVV1,
	CVV oVV2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Input VV of values (none-string)
oVV2
Type: GeoEngine.Core.GXNetCVV
Output VV of colours (type INT)
See Also