TopoShrinkNamedSeed Method
Description
Removes a Link item from a Named Seed object
Syntax
Visual Basic |
---|
Public Function TopoShrinkNamedSeed( _ ByVal seed As String, _ ByVal bStart As Integer _ ) As Long |
Parameters
- seed
- The Named Seed object from which to remove the Link item.
- bStart
-
True
Remove the first Link item in the Named Seed object. False
Remove the last Link item in the Named Seed object.
Return Type
The ID of the Link item removed.
Remarks
Available: GEO D OD SISpy
Group:
Example
LinkId = sis.TopoShrinkNameSeed ("County", True)