ArcFM Solution Developer Guide
ToDegrees Method


Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function ToDegrees( _
   ByVal radians As System.Double _
) As System.Double
'Usage
 
Dim radians As System.Double
Dim value As System.Double
 
value = SeSpatialExtensions.ToDegrees(radians)
[System.Runtime.CompilerServices.Extension()]
public static System.double ToDegrees( 
   System.double radians
)

Parameters

radians
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