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


IZ.ZVertical Property (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.ZVertical Property
ArcGIS Developer Help

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(
  Boolean* ZVertical
);
[C++]
Parameters
ZVertical [out, retval]

ZVertical is a parameter of type 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