ArcObjects Library Reference (Geometry)  

IZ.ZVertical Property

Indicates if at least two consecutive vertices of this polyline or polygon have the same x and y values, but distinct z values.

[Visual Basic .NET]
Public ReadOnly Property ZVertical As Boolean
[C#]
public bool ZVertical {get;}
[C++]
HRESULT get_ZVertical(
  VARIANT_BOOL* ZVertical
);
[C++]

Parameters

ZVertical [out, retval]   ZVertical is a parameter of type VARIANT_BOOL

Product Availability

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

Description

Returns TRUE when at least two consecutive vertices have the same X and Y coordinates, but different Z attributes.  Returns FALSE if all consecutive vertices have different X and Y coordinates, or if they have the same Z attribute.

See Also

IZ Interface