DK11 for Delphi | GisTypes.TGIS_3DBasementType | Enums
Shape on DEM basement enforcement (for 3D mode only).
// Delphi type TGIS_3DBasementType = ( Off, Lowest );
// C++ Builder enum DECLSPEC_DENUM TGIS_3DBasementType unsigned short { 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. | ||