Click or drag to resize
CSTKSetArrayColors Method
Set colors for individual channels in a VA, via an ITR

Available since Oasis montaj version: 5.0.1
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The ITR is consulted by taking the channel index and dividing by the number of channels; hence the ITR maximum values should be in the range: 0 > values >= 1.0.
Syntax
public void SetArrayColors(
	CITR itr
)

Parameters

itr
Type: GeoEngine.Core.GXNetXCITR
ITR object for colors
See Also