ArcObjects Library Reference (Geometry)  

IEnumVertex.Put_Z Method

Sets the Z coordinate of the current vertex. For segment-based geometries, this will modify a pair of segments.

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

Parameters

Z   Z is a parameter of type double

Product Availability

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

Description

Sets the Z attribute of the current enumerated vertex.

See Also

IEnumVertex Interface