All Cadcorp SIS API Methods

GeneraliseDP Method

Description

Generalises geometry using the Douglas-Peucker algorithm.

Syntax

Visual Basic
Public Function GeneraliseDP( _
   ByVal list As String, _
   ByVal tolerance As Double _
) As Integer

Parameters

list
The named list containing the items to generalise.
 
tolerance
The tolerance to use in the generalisation algorithm.

Remarks

Available: GEO OD SISpy

Group:

Example

sis.GeneraliseDP ("County Boundary", 120)