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>>> ,
double ,
double
)
Thanks!
Brian