ArcObjects Library Reference (GeoDatabase)  

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