 | CMVIEW.iGroupITRExists Method |
Determine if group ITR exists.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iGroupITRExists(
int group
)
public int iGroupITRExists(
int group
)
Public Function iGroupITRExists (
group As Integer
) As Integer
Public Function iGroupITRExists (
group As Integer
) As Integer
public:
int iGroupITRExists(
int group
)
public:
int iGroupITRExists(
int group
)
member iGroupITRExists :
group : int -> int
member iGroupITRExists :
group : int -> int
Parameters
- group
- Type: System.Int32
Group number
Return Value
Type:
Int321 - ITR exists, 0 - ITR does not exist
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