Click or drag to resize

CMVIEW.DeleteGroupTPAT Method

Deletes existing TPAT associated with a group.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void DeleteGroupTPAT(
	int group
)

public void DeleteGroupTPAT(
	int group
)

Parameters

group
Type: System.Int32
Group number
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