Click or drag to resize
CMVIEWiGroupTPATExists Method
Determine if group TPAT exists.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
public int iGroupTPATExists(
	int group
)

Parameters

group
Type: SystemInt32
Group number

Return Value

Type: Int32
1 - TPAT exists, 0 - TPAT does not exist
See Also