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 > ITopologyElement Interface > ITopologyElement.Visited Property (ArcObjects .NET 10.5 SDK) |
Indicates if the topology element has been visited.
[Visual Basic .NET] Public Property Visited As Boolean
[C#] public bool Visited {get; set;}
[C++]
HRESULT get_Visited(
VARIANT_BOOL* isVisited
);
[C++]
HRESULT put_Visited(
VARIANT_BOOL isVisited
);
[C++]
Parameters isVisited [out, retval] isVisited is a parameter of type VARIANT_BOOL isVisited isVisited is a parameter of type VARIANT_BOOL