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


IMDRasterDatasetView.BandDimension Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesNetCDF)  

IMDRasterDatasetView.BandDimension Property

The band dimension item used.

[Visual Basic .NET]
Public Property BandDimension As String
[C#]
public string BandDimension {get; set;}
[C++]
HRESULT get_BandDimension(
  BSTR* pBandDim
);
[C++]
HRESULT put_BandDimension(
  BSTR pBandDim
);
[C++]

Parameters pBandDim [out, retval] pBandDim is a parameter of type BSTR pBandDim [in] pBandDim is a parameter of type BSTR

Product Availability

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

See Also

IMDRasterDatasetView Interface