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


IMDRasterDatasetView.Variable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IM > IMDRasterDatasetView Interface > IMDRasterDatasetView.Variable Property
ArcGIS Developer Help

IMDRasterDatasetView.Variable Property

The variable used.

[Visual Basic .NET]
Public Property Variable As String
[C#]
public string Variable {get; set;}
[C++]
HRESULT get_Variable(
  System.String* 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