This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IZ > IZ Interface > IZ.SetConstantZ Method (ArcObjects .NET 10.4 SDK) |
Sets Z coordinates at all vertices to zLevel.
[Visual Basic .NET] Public Sub SetConstantZ ( _ ByVal zLevel As Double _ )
[C#] public void SetConstantZ ( double zLevel );
[C++]
HRESULT SetConstantZ(
double zLevel
);
[C++]
Parameters zLevel zLevel is a parameter of type double
Sets all Z attributes in the object equal to the constant input Z value.