ArcObjects Library Reference (Geometry)  

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