All Cadcorp SIS API Methods

TopoConvertToLine Method

Description

Converts the current open TopoLineString item into a LineString item.

Syntax

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

Parameters

bDeleteUnusedLinks

True    Delete any Link Items which are no longer used after the TopoLineString item has been converted to a LineString item.
False    Keep all Link Items.

Remarks

Available: GEO D OD SISpy

Group:

Example

sis.TopoConvertToLine ("True")

Converts the current open TopoLineString item into a LineString item and deletes unused link items.