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


IGeometryBridge.QueryBeginningRings 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.QueryBeginningRings Method
ArcGIS Developer Help

IGeometryBridge.QueryBeginningRings Method

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,
  SAFEARRAY(IRing)** 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 SAFEARRAY(IRing*)*

Product Availability

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

Description

All development languages compatible version of IMultipatch::QueryBeginningRings.

See Also

IGeometryBridge Interface