SnipGeometry Method
Description
Snips away portions of the Items inside or outside the current Item.
Syntax
Visual Basic |
---|
Public Function SnipGeometry( _ ByVal list As String, _ ByVal bInside As Integer _ ) As Integer |
Parameters
- list
- The Named List containing the Items to be snipped.
- bInside
-
True
The portions of the items inside the current Item will be deleted. False
The portions of the items outside the current Item will be deleted.
Remarks
This method does not operate on topological Items.
Available: GEO D OD SISpy
Group:
Example
sis.SnipGeometry ("Rivers", False)
All items in the Rivers named list will be snipped to the boundary of the current item, and all parts outside of the item will be deleted.