GPS Date auto entered

2078
2
Jump to solution
04-12-2012 09:12 AM
by Anonymous User
Not applicable
Original User: alnesbit

Hello all,

I'm staring to use ArcGIS Mobile on my Ashtech unit. How can I add a field that automatically populates the GPS Date?

Thank you,
0 Kudos
1 Solution

Accepted Solutions
by Anonymous User
Not applicable
Original User: alnesbit

Luckily, the new ArcGIS for Windows Mobile 3.0 has an easy option to collect the GPS date/time. I actually liked upgrading! 🙂

View solution in original post

0 Kudos
2 Replies
by Anonymous User
Not applicable
Original User: ktinning@havilahcorp.com

You can add a DateTime field to your Feature Class for storing the information then use gps.DateTime to get this information from the unit.

You'll need to add a DLL and associated AME file for ArcGIS Mobile to recognize the DLL.

Also, you'll need to reference ESRI.ArcGIS.Mobile.Gps in your using statement

The other thing to think about it when you want this added, if at the end of geometry collection then you'll need to connect to the Event Handler GeomertyCollectionMethod_CollectionCompleted in order to populate the field properly

Hello all,

I'm staring to use ArcGIS Mobile on my Ashtech unit. How can I add a field that automatically populates the GPS Date?

Thank you,
0 Kudos
by Anonymous User
Not applicable
Original User: alnesbit

Luckily, the new ArcGIS for Windows Mobile 3.0 has an easy option to collect the GPS date/time. I actually liked upgrading! 🙂
0 Kudos