Click or drag to resize
CMVIEWSetGroupITR Method
Set group ITR

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
A group ITR associate a color distribution with mixed vector groups (e.g. Drillhole Lithology tubes) groups. Used by legend UI support in 3D. Note that modifying this information does not currently change the group contents and a group needs to be regenerated (e.g. with maker) to refresh the objects.
Syntax
public void SetGroupITR(
	int i1,
	CITR oITR2
)

Parameters

i1
Type: SystemInt32
Group number
oITR2
Type: GeoEngine.Core.GXNetCITR
ITR
See Also