FindPolygon
FindPolygon (polygonName) à TBPolygon70 |
Find a polygon.
Parameters
Name |
Type |
Description |
polygonName |
string |
Polygon’s name. TerraBuilder assigns a default name to each polygon (Poly 0, Poly 1…), sequentially numbering the polygons according to the order they were created. |
Return Value
A TBPolygon70 representing the polygon.
Example
project.Polygons.FindPolygon(“Poly0”).Geometry = project.Polygons.FindPolygon(“Poly1”).Geometry;