DK11 for ActiveX | TatukGIS_XDK11.TGIS_3DGroundType | Enums
Z value relations enforcement (for 3D mode only).
// C# public enum TGIS_3DGroundType { AboveZero = 0, AboveDem = 1, OnDem = 2 }
' VisualBasic Public Enum TGIS_3DGroundType AboveZero = 0 AboveDem = 1 OnDem = 2 End Enum
// Oxygene type TGIS_3DGroundType = public ( AboveZero = 0, AboveDem = 1, OnDem = 2 );
Name | Value | Description | |
---|---|---|---|
AboveZero | 0 | 3D objects should be presented as relative to 0. | |
AboveDem | 1 | 3D objects should be offset by an actual terrain model value. | |
OnDem | 2 | 3D objects should be laid on terrain (Z values will be ignored). | |