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


ITopologyEdge.LeftVisited 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.LeftVisited Property
ArcGIS Developer Help

ITopologyEdge.LeftVisited Property

Indicates if the left side of the edge was visited.

[Visual Basic .NET]
Public Property LeftVisited As Boolean
[C#]
public bool LeftVisited {get; set;}
[C++]
HRESULT get_LeftVisited(
  Boolean* isLeftVisited
);
[C++]
HRESULT put_LeftVisited(
  VARIANT_BOOL isLeftVisited
);
[C++]
Parameters
isLeftVisited [out, retval]

isLeftVisited is a parameter of type bool* isLeftVisited
isLeftVisited is a parameter of type bool

Product Availability

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

See Also

ITopologyEdge Interface