This document is archived and information here might be outdated. Recommended version. |
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