Click or drag to resize

CDCOLStartMultipleGroupsFrom3DV Method

Run the Colour Tool on multiple groups and apply the input transform to all of them on start, and the modified one on exit. The stats are accumulated from all the items.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CDCOL StartMultipleGroupsFrom3DV(
	CVV groups_vv,
	CITR itr,
	IDisposable disposable
)

public static CDCOL StartMultipleGroupsFrom3DV(
	CVV groups_vv,
	CITR itr,
	IDisposable disposable
)

Parameters

groups_vv
Type: GeoEngine.Core.GXNetCVV
VV object, type INT - the group indices
itr
Type: GeoEngine.Core.GXNetCITR
ITR object, starting transform
disposable
Type: SystemIDisposable
Disposable to dispose when interactive colour tool editing is ended internally (e.g. closing document).

Return Value

Type: CDCOL
DCOL object
See Also