ArcObjects Library Reference (DataSourcesNetCDF)  

IMDFeatureClassView.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

IMDFeatureClassView Interface