Skip to main content

Convert graphic to feature

Comments

2 comments

  • Ryan Kelley

    Jack,

    You just need to assign a featureSet variable = new ESRI.ArcGIS.Client.Tasks.FeatureSet(your geometry)

    That variable should feed into your GP service's GPFeatureRecordSetLayer parameter (ie. New GPFeatureRecordSetLayer("myFeature", <featureSet variable>)) 

    0
  • Permanently deleted user

    Thanks Ryan, my next question then is, how can I get the geometry of the markups in Graphic layer?

    regards,

    Jack

    0

Please sign in to leave a comment.