All Cadcorp SIS API Methods

TopoIsPolygon Method

Description

Tests if a Named Seed object is a topological TopoPolygon

Syntax

Visual Basic
Public Function TopoIsPolygon( _
   ByVal seed As String _
) As Integer

Parameters

seed
The Named Seed object to test.

Return Type


True The Named Seed object is a topological TopoPolygon.
False The Named Seed object is not a topological TopoPolygon.

Remarks

Available: GEO D OD SISpy

Group:

Example

TopoPolygon = sis.TopoIsPolygon ( Stevenage )