ArcObjects Library Reference (Geometry)  

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

Product Availability

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

Description

All development languages compatible version of IMultipatch::QueryBeginningRings.

See Also

IGeometryBridge Interface