locked
ESRI ArcPro SDK. Using an EditOperation RRS feed

  • Question

  • Hi,

    I'm trying to figure out how the .Move method works in the ArcPro SDK from ESRI.  Here is a link to the method I am having issues with.  

    https://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic9538.html

    I know what I want to do, but I don't know enough to understand how this IEnumerable element of the parameters needs to be used.

    Can anyone help explain what I should be doing??

    public void Move( 
       IEnumerable<KeyValuePair<MapMember,List<long>>> set,
       double dx,
       double dy
    )

    Thanks!


    Brian

    • Moved by Bob Ding Thursday, August 24, 2017 2:54 AM
    Wednesday, August 23, 2017 6:49 PM

All replies

  • This is a WPF forum.  Since you are asking about a 3rd party component I would suggest asking in their support forum.

    Lloyd Sheen

    Wednesday, August 23, 2017 7:32 PM
  • Hi,

    Lloyd is correct, I suggest you ask your question in below support forum: http://pro.arcgis.com/en/pro-app/community/

    I moved your thread to off-topic forum.

    Your understanding and cooperation would be grateful.

    Best Regards,

    Bob


    MSDN Community Support
    Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

    Thursday, August 24, 2017 2:53 AM