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


IMDFeatureClassView.ZItem 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.ZItem Property
ArcGIS Developer Help

IMDFeatureClassView.ZItem Property

The Z variable or dimension item used.

[Visual Basic .NET]
Public Property ZItem As String
[C#]
public string ZItem {get; set;}
[C++]
HRESULT get_ZItem(
  System.String* pZItem
);
[C++]
HRESULT put_ZItem(
  BSTR pZItem
);
[C++]
Parameters
pZItem [out, retval]

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

Product Availability

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

See Also

IMDFeatureClassView Interface