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