All Cadcorp SIS API Methods

TopoDeleteSeed Method

Description

Deletes the current open topological TopoLineString or TopoPolygon item.

Syntax

Visual Basic
Public Function TopoDeleteSeed( _
   ByVal bDeleteUnusedLinks As Integer _
) As Integer

Parameters

bDeleteUnusedLinks
True   

Delete any Link Items which are no longer used after the TopoLineString or TopoPolygon item has been deleted.

False   

Keep all Link Items.

Remarks

Available: GEO D OD SISpy

Group:

Example

sis.TopoDeleteSeed ("True")