ArcObjects Library Reference (Geometry)  

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