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.RightVisited Property (ArcObjects .NET 10.5 SDK) |
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