User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.tgis_3dbasementtype

Table of Contents

TGIS_3DBasementType enum

DK11 for ActiveX | TatukGIS_XDK11.TGIS_3DBasementType | Enums

Shape on DEM basement enforcement (for 3D mode only).

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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
  );

Members

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.

2022/11/30 19:06

Page Tools