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


ITopologyElement.Visited Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITopologyElement.Visited Property

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(
  Boolean* isVisited
);
[C++]
HRESULT put_Visited(
  VARIANT_BOOL isVisited
);
[C++]

Parameters isVisited [out, retval]
isVisited is a parameter of type bool* isVisited
isVisited is a parameter of type bool

Product Availability

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

See Also

ITopologyElement Interface