ArcObjects Library Reference (GISClient)  

IWCSCoverageDescription.IsSelected Property

Indicates whether this coverage has been selected when it is added to the connection.

[Visual Basic .NET]
Public ReadOnly Property IsSelected As Boolean
[C#]
public bool IsSelected {get;}
[C++]
HRESULT get_IsSelected(
  VARIANT_BOOL* pIsSelected
);
[C++]

Parameters

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

Product Availability

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

See Also

IWCSCoverageDescription Interface