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


IZCollection.MultiplyZs 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.MultiplyZs Method
ArcGIS Developer Help

IZCollection.MultiplyZs Method

Multiplies all the Z values by a factor.

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

factor is a parameter of type double

Product Availability

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

Description

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

See Also

IZCollection Interface