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


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

IMDTableView.VariableList Property

The list of variables used.

[Visual Basic .NET]
Public Property VariableList As IStringArray
[C#]
public IStringArray VariableList {get; set;}
[C++]
HRESULT get_VariableList(
  IStringArray** ppVars
);
[C++]
HRESULT put_VariableList(
  IStringArray* ppVars
);
[C++]
Parameters
ppVars [out, retval]

ppVars is a parameter of type IStringArray** ppVars [in]
ppVars is a parameter of type IStringArray*

Product Availability

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

See Also

IMDTableView Interface