This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IZ > IZ Interface > IZ.CalculateNonSimpleZs Method (ArcObjects .NET 10.5 SDK) |
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
);
Calculates Z attribute values for each non-simple (NaN) Z value from existing simple (non-NaN) Z attributes on the interfaced Geometry.