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


IPushbroomUtilities.VectorDirection Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IPushbroomUtilities.VectorDirection Method

Express a 3D vector in polar coords (lon, lat).

[Visual Basic .NET]
Public Sub VectorDirection ( _
    ByRef v As Double, _
    ByRef lon As Double, _
    ByRef lat As Double _
)
[C#]
public void VectorDirection (
    ref double v,
    ref double lon,
    ref double lat
);
[C++]
HRESULT VectorDirection(
  double* v,
  double* lon,
  double* lat
);
[C++]

Parameters v [in] v is a parameter of type double lon lon is a parameter of type double lat lat is a parameter of type double

Product Availability

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

See Also

IPushbroomUtilities Interface