This document is archived and information here might be outdated. Recommended version. |
Returns the exterior ring containing the specified interior ring.
[Visual Basic .NET] Public Function FindExteriorRing ( _ ByVal interiorRing As IRing _ ) As IRing
[C#] public IRing FindExteriorRing ( IRing interiorRing );
[C++]
HRESULT FindExteriorRing(
IRing* interiorRing
);
[C++] Parameters interiorRing
interiorRing is a parameter of type IRing*
Returns the Exterior Ring to which the input Interior Ring belongs. Every interior ring belongs to one and only one exterior ring.