User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_3dbasementtype

Table of Contents

TGIS_3DBasementType enum

DK11 for .NET | TatukGIS.NDK.TGIS_3DBasementType | Enums

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

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

Syntax

// C#
public enum TGIS_3DBasementType
{
  Off, Lowest
}
' VisualBasic
Public Enum TGIS_3DBasementType
  Off
  Lowest
End Enum
// Oxygene
type
  TGIS_3DBasementType = public (
    Off, Lowest
  );

Members

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.

2022/11/30 19:27

Page Tools