ArcGIS Runtime SDK for WPF - Library Reference
Satellite Constructor(Int32,Int32,Int32,Int32)
See Also 
ESRI.ArcGIS.Client.Local.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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.