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


IZ.SetConstantZ Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IZ > IZ Interface > IZ.SetConstantZ Method
ArcGIS Developer Help

IZ.SetConstantZ Method

Sets Z coordinates at all vertices to zLevel.

[Visual Basic .NET]
Public Sub SetConstantZ ( _
    ByVal zLevel As Double _
)
[C#]
public void SetConstantZ (
    double zLevel
);
[C++]
HRESULT SetConstantZ(
  double zLevel
);
[C++]
Parameters
zLevel 

zLevel is a parameter of type double

Product Availability

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

Description

Sets all Z attributes in the object equal to the constant input Z value.

See Also

IZ Interface