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


ITopologyEdge.LeftParents Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyEdge Interface > ITopologyEdge.LeftParents Property
ArcGIS Developer Help

ITopologyEdge.LeftParents Property

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

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

boundedByEdge is a parameter of type bool left [out, retval]
left is a parameter of type IEnumTopologyParent**

Product Availability

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

See Also

ITopologyEdge Interface