ESRI.ArcGIS.Mobile
Cycling Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Gps Namespace > FileGpsConnection Class : Cycling Property

Gets or sets the flag whether File will be read from beginning after reaching the end of the file.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
<CategoryAttribute("Gps")>
<DescriptionAttribute("Indicates whether File will be read from beginning after the end of file.")>
<DefaultValueAttribute()>
Public Property Cycling As Boolean
C# 
[CompilerGeneratedAttribute()]
[CategoryAttribute("Gps")]
[DescriptionAttribute("Indicates whether File will be read from beginning after the end of file.")]
[DefaultValueAttribute()]
public bool Cycling {get; set;}

Remarks

This flag indicates wheather file will be read from the begining when end of file will be reached. The default value is set to false.

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.