This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryBridge Interface > IGeometryBridge.QueryFollowingRings Method (ArcObjects .NET 10.5 SDK) |
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
All development languages compatible version of IMultipatch::QueryFollowingRings .