 | 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.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CDCOL ProjectExplorerGrids(
CGXNETCore gxNetShared,
CVV vv,
CITR itr,
IDisposable disposable
)
public static CDCOL ProjectExplorerGrids(
CGXNETCore gxNetShared,
CVV vv,
CITR itr,
IDisposable disposable
)
Public Shared Function ProjectExplorerGrids (
gxNetShared As CGXNETCore,
vv As CVV,
itr As CITR,
disposable As IDisposable
) As CDCOL
Public Shared Function ProjectExplorerGrids (
gxNetShared As CGXNETCore,
vv As CVV,
itr As CITR,
disposable As IDisposable
) As CDCOL
public:
static CDCOL^ ProjectExplorerGrids(
CGXNETCore^ gxNetShared,
CVV^ vv,
CITR^ itr,
IDisposable^ disposable
)
public:
static CDCOL^ ProjectExplorerGrids(
CGXNETCore^ gxNetShared,
CVV^ vv,
CITR^ itr,
IDisposable^ disposable
)
static member ProjectExplorerGrids :
gxNetShared : CGXNETCore *
vv : CVV *
itr : CITR *
disposable : IDisposable -> CDCOL
static member ProjectExplorerGrids :
gxNetShared : CGXNETCore *
vv : CVV *
itr : CITR *
disposable : IDisposable -> CDCOL
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - vv
- Type: GeoEngine.Core.GXNetXCVV
VV object - itr
- Type: GeoEngine.Core.GXNetXCITR
ITR object - disposable
- Type: SystemIDisposable
Disposable to dispose when interactive colour tool editing is ended internally (e.g. closing document).
Return Value
Type:
CDCOLDCOL object
See Also