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


IGraphicFeatureServerInit.ZDefaults Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicFeatureServerInit Interface > IGraphicFeatureServerInit.ZDefaults Property
ArcGIS Developer Help

IGraphicFeatureServerInit.ZDefaults Property

.

[Visual Basic .NET]
Public Property ZDefaults As Double
[C#]
public double ZDefaults {get; set;}
[C++]
HRESULT get_ZDefaults(
  double ZDefaults
);
[C++]
HRESULT put_ZDefaults(
  System.Double* ZDefaults
);
[C++]
Parameters
ZDefaults [in]

ZDefaults is a parameter of type double ZDefaults [out, retval]
ZDefaults is a parameter of type double*

Product Availability

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

See Also

IGraphicFeatureServerInit Interface