 | CSTKSetArrayColors Method |
Set colors for individual channels in a VA, via an ITR
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetArrayColors(
CITR itr
)
public void SetArrayColors(
CITR itr
)
Public Sub SetArrayColors (
itr As CITR
)
Public Sub SetArrayColors (
itr As CITR
)
public:
void SetArrayColors(
CITR^ itr
)
public:
void SetArrayColors(
CITR^ itr
)
member SetArrayColors :
itr : CITR -> unit
member SetArrayColors :
itr : CITR -> unit
Parameters
- itr
- Type: GeoEngine.Core.GXNetXCITR
ITR object for colors
Remarks
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.
See Also