TopoConvertToArea Method
Description
Converts the current open TopoPolygon item into a Polygon item.
Syntax
Visual Basic |
---|
Public Function TopoConvertToArea( _ ByVal bDeleteUnusedLinks As Integer _ ) As Integer |
Parameters
- bDeleteUnusedLinks
-
True
Delete any Link Items which are no longer used after the TopoPolygon item has been converted to a Polygon item. False
Keep all Link Items.
Remarks
Available: GEO D OD SISpy
Group:
Example
sis.TopoConvertToArea ("True")
Converts the current open TopoPolygon item to a Polygon item and deletes any redundant link items.