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


IWCSCoverageDescription.IsSelected Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWCSCoverageDescription Interface > IWCSCoverageDescription.IsSelected Property
ArcGIS Developer Help

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(
  Boolean* pIsSelected
);
[C++]
Parameters
pIsSelected [out, retval]

pIsSelected is a parameter of type bool*

Product Availability

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

See Also

IWCSCoverageDescription Interface