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


IGeometryBridge.QueryFollowingRings Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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,
  Array* 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 Array

Product Availability

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

Description

All development languages compatible version of IMultipatch::QueryFollowingRings .

See Also

IGeometryBridge Interface