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


ITopologyElement.IsSelected 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.IsSelected Property
ArcGIS Developer Help

ITopologyElement.IsSelected Property

Indicates if this element is part of its containing topology graph's selected set.

[Visual Basic .NET]
Public ReadOnly Property IsSelected As Boolean
[C#]
public bool IsSelected {get;}
[C++]
HRESULT get_IsSelected(
  Boolean* selected
);
[C++]
Parameters
selected [out, retval]

selected is a parameter of type bool*

Product Availability

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

See Also

ITopologyElement Interface