ArcObjects Library Reference (Geometry)  

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