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


ITopologyElement.Visited Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyElement Interface > ITopologyElement.Visited Property
ArcGIS Developer Help

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