This document is archived and information here might be outdated. Recommended version. |
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*)*
All development languages compatible version of IMultipatch::QueryFollowingRings .