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