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


IMDRasterDatasetView.Variable Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesNetCDF)  

IMDRasterDatasetView.Variable Property

The variable used.

[Visual Basic .NET]
Public Property Variable As String
[C#]
public string Variable {get; set;}
[C++]
HRESULT get_Variable(
  BSTR* pVar
);
[C++]
HRESULT put_Variable(
  BSTR pVar
);
[C++]

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

Product Availability

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

See Also

IMDRasterDatasetView Interface