Click or drag to resize

CITRrGetContour Method

Get the contour value associated with the current transform model of the ITR

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public double rGetContour()

public double rGetContour()

Return Value

Type: Double
The contour setting of the ITR
Remarks
The Linear, Normal and Equal-Area transforms accept a contour value as part of their definitions on creation. All the colour-breaks are rounded to the nearest integral multiple of the contour value (if defined). This function returns the value defined, and rDUMMY if none is defined.
See Also