ESRI.ArcGIS.Mobile
SatellitesInView Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Gps Namespace > GpsConnection Class : SatellitesInView Property

Gets the list of visible satellites.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
<DesignerSerializationVisibilityAttribute()>
<BrowsableAttribute(False)>
Public ReadOnly Property SatellitesInView As IList(Of Satellite)
C# 
[CompilerGeneratedAttribute()]
[DesignerSerializationVisibilityAttribute()]
[BrowsableAttribute(false)]
public IList<Satellite> SatellitesInView {get;}

Remarks

Not to implementer, the satellite collection is read only and fixed in size (12 satellites). However, properties of satellite instances in the collection can be set (See Satellite for more details). Implementers are also responsible for raising the PropertyChanged event after modifying satellite properties (See OnPropertyChanged).

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.