ArcObjects Library Reference (Carto)  

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(
  double ZDefaults
);
[C++]

Parameters

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

Product Availability

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

See Also

IGraphicFeatureServerInit Interface