Click or drag to resize
CITRSetZoneValue Method
Set the value 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-2, where N is the size of the ITR.
Syntax
public void SetZoneValue(
	int i1,
	double d2
)

Parameters

i1
Type: SystemInt32
Number of the zone to set.
d2
Type: SystemDouble
The value to set
See Also