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


IZ.CalculateNonSimpleZs Method (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.CalculateNonSimpleZs Method
ArcGIS Developer Help

IZ.CalculateNonSimpleZs Method

Calculates the non-simple Z values by extrapolation/interpolation for polylines and interpolation for polygons.

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

Product Availability

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

Description

Calculates Z attribute values for each non-simple (NaN) Z value from existing simple (non-NaN) Z attributes on the interfaced Geometry.

See Also

IZ Interface