User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_contourgenerator.contourbase

Table of Contents

TGIS_ContourGenerator.ContourBase property

DK for .NET | TatukGIS.NDK.TGIS_ContourGenerator.ContourBase | Constructors | Methods | Properties | Events

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

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

Syntax

// C#
public Double ContourBase
{
  get {}
  set {}
}
' VisualBasic
Public Property ContourBase As Double
  Get
  End Get
  Set(ByVal value As Double)
  End Set
End Property
// Oxygene
public
  property ContourBase : Double read read;

Value

Type
double
Double
2025/01/31 01:11

Page Tools