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


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

ITopologyEdge.RightVisited Property

Indicates if the right side of the edge was visited.

[Visual Basic .NET]
Public Property RightVisited As Boolean
[C#]
public bool RightVisited {get; set;}
[C++]
HRESULT get_RightVisited(
  Boolean* isRightVisited
);
[C++]
HRESULT put_RightVisited(
  VARIANT_BOOL isRightVisited
);
[C++]
Parameters
isRightVisited [out, retval]

isRightVisited is a parameter of type bool* isRightVisited
isRightVisited is a parameter of type bool

Product Availability

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

See Also

ITopologyEdge Interface