All Cadcorp SIS API Methods

TopoIsChain Method

Description

Tests if a Named Seed object is a topological TopoLineString

Syntax

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

Parameters

seed
The Named Seed object to test.

Return Type

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

Remarks

Available: GEO D OD SISpy

Group:

Example

TopologicalChain = sis.TopoIsChain ( Stevenage )