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


IZ2.SetNonSimpleZs Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IZ > IZ2 Interface > IZ2.SetNonSimpleZs Method
ArcGIS Developer Help

IZ2.SetNonSimpleZs Method

Replaces undefined (nonsimple) Z values with the specified constant value.

[Visual Basic .NET]
Public Sub SetNonSimpleZs ( _
    ByVal zLevel As Double _
)
[C#]
public void SetNonSimpleZs (
    double zLevel
);
[C++]
HRESULT SetNonSimpleZs(
  double zLevel
);
[C++]
Parameters
zLevel 

zLevel is a parameter of type double

Product Availability

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

See Also

IZ2 Interface