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