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


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

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(
  VARIANT_BOOL* isLeftVisited
);
[C++]
HRESULT put_LeftVisited(
  VARIANT_BOOL isLeftVisited
);
[C++]

Parameters isLeftVisited [out, retval] isLeftVisited is a parameter of type VARIANT_BOOL isLeftVisited isLeftVisited is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITopologyEdge Interface