 | CMVIEWSetGroupITR Method |
Set group ITR
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetGroupITR(
int group,
CITR itr
)
public void SetGroupITR(
int group,
CITR itr
)
Public Sub SetGroupITR (
group As Integer,
itr As CITR
)
Public Sub SetGroupITR (
group As Integer,
itr As CITR
)
public:
void SetGroupITR(
int group,
CITR^ itr
)
public:
void SetGroupITR(
int group,
CITR^ itr
)
member SetGroupITR :
group : int *
itr : CITR -> unit
member SetGroupITR :
group : int *
itr : CITR -> unit
Parameters
- group
- Type: SystemInt32
Group number - itr
- Type: GeoEngine.Core.GXNetXCITR
Remarks
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.
See Also