ArcObjects Library Reference (Catalog)  

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