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


ITopologyEdge.RightVisited Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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

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

Product Availability

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

See Also

ITopologyEdge Interface