Select to view content in your preferred language

How to initialize feature layer on button click.

514
1
02-09-2013 12:58 AM
MohammadSharique
Emerging Contributor
Hi All,

I stuck in one problem, i am trying to initialize feature layer on button click in running mode. i am able to get all attribute ursing Query Task but the layer is not initializing so that i am not edit that feature layer. please heip me.


Thanks in Advance
Mohammad Sharique
0 Kudos
1 Reply
DominiqueBroux
Esri Frequent Contributor
You can call the Initialize method by code.
Once the feature layer is initialized, the Initialized event will be fired and the metadat will be available.
0 Kudos