User Tools

Site Tools


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

Table of Contents

TGIS_ContourGenerator.Smoothen property

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

If True, generated contours are smoothed. Use carefully for polygon output because smoothing can produce invalid geometry.

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

Syntax

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

Value

Type
bool
Boolean

References

2026/07/11 00:53

Page Tools