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


IGxSelection.IsSelected Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxSelection Interface > IGxSelection.IsSelected Method
ArcGIS Developer Help

IGxSelection.IsSelected Method

Checks if an object is selected.

[Visual Basic .NET]
Public Function IsSelected ( _
    ByVal object As IGxObject _
) As Boolean
[C#]
public bool IsSelected (
    IGxObject object
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxSelection Interface