Click or drag to resize

CDCOLProjectExplorerGrids Method

Run the Colour Tool on multiple grids and apply the transform to all of them on exit. The stats are accumulated from all the grids.

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

public static CDCOL ProjectExplorerGrids(
	CVV vv,
	CITR itr,
	IDisposable disposable
)

Parameters

vv
Type: GeoEngine.Core.GXNetCVV
VV object
itr
Type: GeoEngine.Core.GXNetCITR
ITR object
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