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


IZCollection.MultiplyZs Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

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