Getting list of fields and filed values from an identified feature

481
2
05-17-2011 08:48 AM
pavankalvala
New Contributor
Is there a way to populate field values from an identify dialog box or upon feature selection to a doc template?

I created a doc template with few bookmarks in it. (Bookmarks are to populate the needed values from a source).

When I select a feature in ArcMap and identify the feature, we get an "identify dialog box" with "field name" to the left and "field values" to the right.

Is there a way to programmatically loop through this identify dialog box and populate field values to a MS word doc template.

Please guide me.
Thanks.
0 Kudos
2 Replies
UjjwalNigam
New Contributor III
As far as I know....you cannot loop through the Identify dialog fields.
0 Kudos
SebastianKrings
Occasional Contributor
Hey,

as I wrote here:

http://forums.arcgis.com/threads/30635-How-to-Select-Feature-by-XY-Location-and-Highlight-it-in-ArcM...

you can make your own identify method. Then you get access to the list of objects which would appear in the dialog.
If you do so and you implement a mouse-click-method your were able to post your solution there, would be nice.
0 Kudos