ArcObjects Library Reference (Geometry)  

IZAware.DropZs Method

Sets all the Z values to a non-valid number (NaN).

[Visual Basic .NET]
Public Sub DropZs ( _
)
[C#]
public void DropZs (
);
[C++]
HRESULT DropZs(
void
);

Product Availability

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

Description

Resets all of the current Z values held by the geometry object back to NaN.  ZAware does not change.

See Also

IZAware Interface