ESRI.ArcGIS.Mobile
Satellite Constructor(Int32,Int32,Int32,Int32)
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Gps Namespace > Satellite Class > Satellite Constructor : Satellite Constructor(Int32,Int32,Int32,Int32)

id
elevation
azimuth
signalStrength
Creates a new instance of Satellite class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal id As Integer, _
   ByVal elevation As Integer, _
   ByVal azimuth As Integer, _
   ByVal signalStrength As Integer _
)
C# 
public Satellite( 
   int id,
   int elevation,
   int azimuth,
   int signalStrength
)

Parameters

id
elevation
azimuth
signalStrength

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.