ArcFM Solution Developer Guide
Angle Method


Returns the angle of the given vector, normalized to the range [0, 2Pi)
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function Angle( _
   ByVal v As SE.Geospatial.Spatial.Vector2D _
) As System.Double
'Usage
 
Dim v As SE.Geospatial.Spatial.Vector2D
Dim value As System.Double
 
value = SeSpatialExtensions.Angle(v)
[System.Runtime.CompilerServices.Extension()]
public static System.double Angle( 
   SE.Geospatial.Spatial.Vector2D v
)

Parameters

v
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

SeSpatialExtensions Class
SeSpatialExtensions Members

 

 


Send Comment