SliceGeometry Method
Description
Slice through LineString and Polygon items, cutting them into pieces.
Syntax
Visual Basic |
---|
Public Function SliceGeometry( _ ByVal list As String _ ) As Integer |
Parameters
- list
- The named list storing LineString and Polygon items which are to be sliced. On completion, the list will store only any LineStrings and Polygons created by the slice.
Remarks
- There must be a current open LineString item with which to make the slice.
- The list must contain only items which can be sliced, i.e. LineStrings and Polygon items.
Available: GEO D OD SISpy
Group:
Example
sis.SliceGeometry ("Area1")