ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* selected
);
[C++]

Parameters

selected [out, retval]   selected is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITopologyElement Interface