 | 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
Syntaxpublic double rGetContour()
public double rGetContour()
Public Function rGetContour As Double
Public Function rGetContour As Double
public:
double rGetContour()
public:
double rGetContour()
member rGetContour : unit -> float
member rGetContour : unit -> float
Return Value
Type:
DoubleThe 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