This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryBridge Interface > IGeometryBridge.QueryBeginningRings Method (ArcObjects .NET 10.4 SDK) |
Populates an array with references to all beginning rings of the specified types.
[Visual Basic .NET] Public Sub QueryBeginningRings ( _ ByVal pMultiPatch As IMultiPatch, _ ByVal ringTypesDesired As Integer, _ ByRef beginningRings As IRing[] _ )
[C#] public void QueryBeginningRings ( IMultiPatch pMultiPatch, int ringTypesDesired, ref IRing[] beginningRings );
[C++]
HRESULT QueryBeginningRings(
IMultiPatch* pMultiPatch,
long ringTypesDesired,
Array* beginningRings
);
[C++]
Parameters pMultiPatch [in]
pMultiPatch is a parameter of type IMultiPatch ringTypesDesired ringTypesDesired is a parameter of type long beginningRings [in, out] beginningRings is a parameter of type Array
All development languages compatible version of IMultipatch::QueryBeginningRings.