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


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

IZCollection.OffsetZs Method

Offsets all the Z values by an offset value.

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

Offset is a parameter of type double

Product Availability

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

Description

Offsets all Zs within the ZAware collection by a given input factor.  This is analgous to moving spatial coordinates.

See Also

IZCollection Interface