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


ITopologyElement.Visited Property (ArcObjects .NET 10.4 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(
  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

Product Availability

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

See Also

ITopologyElement Interface