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.ExteriorRingCount Property (ArcObjects .NET 10.5 SDK) |
The number of exterior rings.
[Visual Basic .NET] Public ReadOnly Property ExteriorRingCount As Integer
[C#] public int ExteriorRingCount {get;}
[C++]
HRESULT get_ExteriorRingCount(
long* cExteriorRings
);
[C++]
Parameters cExteriorRings [out, retval] cExteriorRings is a parameter of type long
Returns the number of Exterior Rings that are part of the polygon. Exterior Rings have a clockwise orientation.