Geometry

Geometry : TBGeometry70

 

Gets and sets the geometry for the polygon.

Note:    TBGeometry70 is only used to transfer geometry objects between polygons as in the example below. It is not an object that can be instantiated directly, nor does it have properties/methods that can be called.

Example

project.Polygons.FindPolygon(“Poly0”).Geometry = project.Polygons.FindPolygon(“Poly1”).Geometry;