User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_contourgenerator.contourbase

Table of Contents

TGIS_ContourGenerator.ContourBase property

The "base" relative to which contour intervals are applied. To generate 10m contours at 5, 15, 25, ... the ContourBase would be 5.

Syntax

# Python
@property
def ContourBase(
  self
) -> float: 
 
@ContourBase.setter
def ContourBase(
  self,
  _value: float
) -> None: 

Value

Type
float
2026/05/25 21:52

Page Tools