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


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

IMDFeatureClassView.MItem Property

The M variable or dimension item used.

[Visual Basic .NET]
Public Property MItem As String
[C#]
public string MItem {get; set;}
[C++]
HRESULT get_MItem(
  System.String* pMItem
);
[C++]
HRESULT put_MItem(
  BSTR pMItem
);
[C++]
Parameters
pMItem [out, retval]

pMItem is a parameter of type BSTR* pMItem [in]
pMItem is a parameter of type BSTR

Product Availability

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

See Also

IMDFeatureClassView Interface