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


ITopologyEdge.RightParents Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITopologyEdge.RightParents Property

The set of parents (polygon features) that cover this edge. If boundedByEdge is true, then only polygons lying to the right of the edge will be returned.

[Visual Basic .NET]
Public Function get_RightParents ( _
    ByVal boundedByEdge As Boolean _
) As IEnumTopologyParent
[C#]
public IEnumTopologyParent get_RightParents (
    bool boundedByEdge
);
[C++]
HRESULT get_RightParents(
  VARIANT_BOOL boundedByEdge,
  IEnumTopologyParent** right
);
[C++]

Parameters boundedByEdge boundedByEdge is a parameter of type VARIANT_BOOL right [out, retval]
right is a parameter of type IEnumTopologyParent

Product Availability

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

See Also

ITopologyEdge Interface