 | CMVIEWSetGroupTPAT Method |
Set group TPAT
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetGroupTPAT(
int group,
CTPAT tpat
)
public void SetGroupTPAT(
int group,
CTPAT tpat
)
Public Sub SetGroupTPAT (
group As Integer,
tpat As CTPAT
)
Public Sub SetGroupTPAT (
group As Integer,
tpat As CTPAT
)
public:
void SetGroupTPAT(
int group,
CTPAT^ tpat
)
public:
void SetGroupTPAT(
int group,
CTPAT^ tpat
)
member SetGroupTPAT :
group : int *
tpat : CTPAT -> unit
member SetGroupTPAT :
group : int *
tpat : CTPAT -> unit
Parameters
- group
- Type: SystemInt32
Group number - tpat
- Type: GeoEngine.Core.GXNetXCTPAT
Remarks
A group TPAT associate a thematic color map 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