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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The <define>ITR_ZONE_DEFAULT</define> 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(
	CGXNETCore gxNetShared,
	CIMG img,
	string tbl,
	int zone,
	double contour
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
img
Type: GeoEngine.Core.GXNetXCIMG
tbl
Type: SystemString
Color table name, NULL for default
zone
Type: SystemInt32
<define>ITR_ZONE</define>
contour
Type: SystemDouble
Color contour interval or <define>rDUMMY</define>

Return Value

Type: CITR
ITR object
See Also