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


IDEWMSMap.BandCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDEWMSMap.BandCount Property

The number of bands in the collection.

[Visual Basic .NET]
Public Property BandCount As Integer
[C#]
public int BandCount {get; set;}
[C++]
HRESULT get_BandCount(
  long* Count
);
[C++]
HRESULT put_BandCount(
  long Count
);
[C++]

Parameters Count [out, retval] Count is a parameter of type long Count [in] Count is a parameter of type long

Product Availability

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

See Also

IDEWMSMap Interface