This document is archived and information here might be outdated.  Recommended version.


IGeometryBridge.QueryFollowingRings Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryBridge Interface > IGeometryBridge.QueryFollowingRings Method
ArcGIS Developer Help

IGeometryBridge.QueryFollowingRings Method

Populates an array with references to following rings that are in the ring group that starts with the specified beginning ring.

[Visual Basic .NET]
Public Sub QueryFollowingRings ( _
    ByVal pMultiPatch As IMultiPatch, _
    ByVal beginningRing As IRing, _
    ByRef followingRings As IRing[] _
)
[C#]
public void QueryFollowingRings (
    IMultiPatch pMultiPatch,
    IRing beginningRing,
    ref IRing[] followingRings
);
[C++]
HRESULT QueryFollowingRings(
  IMultiPatch* pMultiPatch,
  IRing* beginningRing,
  SAFEARRAY(IRing)** followingRings
);
[C++]
Parameters
pMultiPatch [in]

pMultiPatch is a parameter of type IMultiPatch* beginningRing
beginningRing is a parameter of type IRing* followingRings [in, out]
followingRings is a parameter of type SAFEARRAY(IRing*)*

Product Availability

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

Description

All development languages compatible version of IMultipatch::QueryFollowingRings .

See Also

IGeometryBridge Interface