DK11 for ActiveX | TatukGIS_XDK11.TGIS_3DBasementType | Enums
Shape on DEM basement enforcement (for 3D mode only).
// C# public enum TGIS_3DBasementType { Off = 0, Lowest = 1 }
' VisualBasic Public Enum TGIS_3DBasementType Off = 0 Lowest = 1 End Enum
// Oxygene type TGIS_3DBasementType = public ( Off = 0, Lowest = 1 );
Name | Value | Description | |
---|---|---|---|
Off | 0 | 3D objects basement will take Z value from DEM. | |
Lowest | 1 | 3D objects basement level will have Z equal to the lowest value of object basement. | |