DK11 for ActiveX | TatukGIS_XDK11.TGIS_SlopeUnit | Enums
Unit in which the slope is expressed.
// C# public enum TGIS_SlopeUnit { Degree = 0, Percent = 1 }
' VisualBasic Public Enum TGIS_SlopeUnit Degree = 0 Percent = 1 End Enum
// Oxygene type TGIS_SlopeUnit = public ( Degree = 0, Percent = 1 );
Name | Value | Description | |
---|---|---|---|
Degree | 0 | The slope is expressed in degrees. | |
Percent | 1 | The slope is expressed in percents. | |