This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IM > IMDRasterDatasetView Interface > IMDRasterDatasetView.Variable Property (ArcObjects .NET 10.4 SDK) |
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