All Cadcorp SIS API Methods

TopoPolygonsFromLinks Method

Description

Create topological polygons from the topological links held a named list.

Syntax

Visual Basic
Public Function TopoPolygonsFromLinks( _
   ByVal list As String _
) As Integer

Parameters

list
The named list of topological links. On completion the list will hold the newly created polygons.

Remarks

The named list must contain only topological links otherwise a Invalid list error is raised.

Available: GEO D OD SISpy

Group:

Example

sis.TopoPolygonsFromLinks ( list )