This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IZ > IZ Interface > IZ.ZVertical Property (ArcObjects .NET 10.4 SDK) |
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
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.