Click or drag to resize
CITRGetZoneColor Method
Get the colour in a zone of the ITR

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Valid indices are 0 to N-1, where N is the size of the ITR.
Syntax
public void GetZoneColor(
	int i1,
	ref int i2
)

Parameters

i1
Type: SystemInt32
Number of the zone to set.
i2
Type: SystemInt32
See MVIEW_COLORConstant
See Also