This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyEdge Interface > ITopologyEdge.LeftVisited Property (ArcObjects .NET 10.5 SDK) |
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