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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This consumes a very small amount of memory
Syntax
public static void AggToGeoColor(
	CAGG oAGG1,
	string str2,
	CIPJ oIPJ3,
	double d4
)

Parameters

oAGG1
Type: GeoEngine.Core.GXNetCAGG
Input Aggregate
str2
Type: SystemString
Output image name
oIPJ3
Type: GeoEngine.Core.GXNetCIPJ
Projection to use
d4
Type: SystemDouble
Resolution (Cell Size) size to use
See Also