ArcObjects Library Reference  (Geometry)    

IPolygon.ExteriorRingCount Property

The number of exterior rings.

[Visual Basic 6.0]
Property ExteriorRingCount As Long
[Visual Basic .NET]
Public ReadOnly Property ExteriorRingCount As Integer
[C#]
public int ExteriorRingCount {get;}
[Java]
public  getExteriorRingCount (
    Long cExteriorRings
)
[C++]
HRESULT get_ExteriorRingCount(
  long* cExteriorRings
);
[C++]

Parameters

cExteriorRings [out, retval]

  cExteriorRings is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns the number of Exterior Rings that are part of the polygon.  Exterior Rings have a clockwise orientation.

Remarks

 

IPolygon ExteriorRingCount Example

See Also

IPolygon Interface

Example

IPolygon_Example

 


Feedback Send feedback on this page