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


IFeatureConstruction.DefaultZ Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureConstruction Interface > IFeatureConstruction.DefaultZ Property
ArcGIS Developer Help

IFeatureConstruction.DefaultZ Property

The z value to be used when constructing features from inputs that are not z-aware.

[Visual Basic .NET]
Public WriteOnly Property DefaultZ
[C#]
public void DefaultZ {set;}
[C++]
HRESULT put_DefaultZ(
  double 
);
[C++]
Parameters
 

is a parameter of type double

Product Availability

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

Remarks

Sets the z value to be used when constructing features from inputs that are not z-aware.

See Also

IFeatureConstruction Interface