DK11 for ActiveX | TatukGIS_XDK11.TGIS_InterpolationMethod | Enums
Defines an interpolation method.
// C# public enum TGIS_InterpolationMethod { Exponential = 0, Linear = 1, Logarithmic = 2 }
' VisualBasic Public Enum TGIS_InterpolationMethod Exponential = 0 Linear = 1 Logarithmic = 2 End Enum
// Oxygene type TGIS_InterpolationMethod = public ( Exponential = 0, Linear = 1, Logarithmic = 2 );
Name | Value | Description | |
---|---|---|---|
Exponential | 0 | Exponential interpolation. | |
Linear | 1 | Linear interpolation. | |
Logarithmic | 2 | Logarithmic interpolation. | |