This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IZ > IZCollection Interface > IZCollection.OffsetZs Method (ArcObjects .NET 10.5 SDK) |
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
Offsets all Zs within the ZAware collection by a given input factor. This is analgous to moving spatial coordinates.