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


IPushbroomUtilities.VectorNormalize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPushbroomUtilities Interface > IPushbroomUtilities.VectorNormalize Method
ArcGIS Developer Help

IPushbroomUtilities.VectorNormalize Method

Normalize a vector so its length is 1.0.

[Visual Basic .NET]
Public Function VectorNormalize ( _
    ByRef v1 As Double _
) As Double
[C#]
public double VectorNormalize (
    ref double v1
);
[C++]
HRESULT VectorNormalize(
  System.Double* v1
);
[C++]
Parameters
v1 [in]

v1 is a parameter of type double*

Product Availability

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

See Also

IPushbroomUtilities Interface