This document is archived and information here might be outdated. Recommended version. |
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*
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.