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
-
TrueDelete any Link Items which are no longer used after the TopoLineString item has been converted to a LineString item. FalseKeep 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.