Select to view content in your preferred language

add XY event or import XY event into arcpad

1328
2
03-30-2011 07:29 AM
NathanEnge
Esri Contributor
has anybody done this or developed a tool button to do this?
Tags (3)
0 Kudos
2 Replies
GarethWalters
Deactivated User
Hi Nathan,

Yes you could do this with scripting. You could read, dbf, xml, csv etc. Using the Recordset object you can add a file and then scroll through the records and map eaxh one. Whether it be to a graphic or into a feature layer is up to you.

There is a sample called MultiNav that shows how to interact with XML data.

Hope this helps.

Cheers,

Gareth
0 Kudos
GarethWalters
Deactivated User
Hi Nathan,

Yes you could do this with scripting. You could read, dbf, xml, csv etc. Using the Recordset object you can add a file and then scroll through the records and map eaxh one. Whether it be to a graphic or into a feature layer is up to you.

There is a sample called MultiNav that shows how to interact with XML data.

Hope this helps.

Cheers,

Gareth
0 Kudos