TopoSetPolygonSeedPt Method
Description
Set or move the seed point of the current open topological polygon.
Syntax
Visual Basic |
---|
Public Function TopoSetPolygonSeedPt( _ ByVal x As Double, _ ByVal y As Double, _ ByVal z As Double _ ) As Integer |
Parameters
- x
- The x coordinate of the new position of the seed point.
- y
- The y coordinate of the new position of the seed point.
- z
- The z coordinate of the new position of the seed point.
Remarks
Available: GEO D OD SISpy
Group:
Example
sis.TopoSetPolygonSeedPt ( 10, 10, 0 )