Click or drag to resize
CITRCreateIMG Method
Create an ITR for an image.

Available since Oasis montaj version: 5.1.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The ITR_ZONE_DEFAULT model will ask the IMG to provide a model if it can. If a shaded relief model is selected, a shaded image will be created and a shaded image file will be created with the same name as the original grid but with the suffux "_s" added to the name part of the grid.
Syntax
public static CITR CreateIMG(
	CIMG oIMG1,
	string str2,
	int i3,
	double d4
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
str2
Type: SystemString
colour table name, NULL for default
i3
Type: SystemInt32
See ITR_ZONEConstant
d4
Type: SystemDouble
colour contour interval or rDUMMY

Return Value

Type: CITR
ITR Object
See Also