This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPolygon Interface > IPolygon.Close Method (ArcObjects .NET 10.5 SDK) |
Closes all rings in this polygon. The resulting polygon may not be simple.
[Visual Basic .NET]
Public Sub Close ( _
)
[C#] public void Close ( );
[C++]
HRESULT Close(
void
);
Closes all Rings in the Polygon by adding a Segment between the To Point and From Point of each Ring if those points are not already identical. This may result in a non-simple Polygon with Rings crossing each other. Also, this only closes the last segment and does not fix improperly constructed Rings.