Click or drag to resize
CIMUAggToGeoColor Method
Create a Geosoft color grid from an aggregate.

Available since Oasis montaj version: 5.1.6
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
This consumes a very small amount of memory
Syntax
public static void AggToGeoColor(
	CGXNETCore gxNetShared,
	CAGG agg,
	string grid,
	CIPJ ipj,
	double res
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
agg
Type: GeoEngine.Core.GXNetXCAGG
Input Aggregate
grid
Type: SystemString
Output image name
ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection to use
res
Type: SystemDouble
Resolution (Cell Size) size to use
See Also