Select to view content in your preferred language

Create an Add-In to Publish a Feature Access Service to AGOL from an MXD in C#?

1249
2
04-09-2014 04:19 AM
E__C_Roman
Deactivated User
Hello,

I need to create an ArcMap Add-In to automate publishing a new feature access service as well as update an existing one from an MXD using C# (.NET 3.5 or 4.0).

I saw the thread for my question using Python (???How to publish a feature service to ArcGIS Online from an mxd USING PYTHON????) but am not able to find which ArcObjects I should use to do the same thing as

     arcpy.mapping.CreateMapSDDraft()
     arcpy.mapping.AnalyzeForSD()
     arcpy.StageService_server()
     arcpy.UploadServiceDefinition_server()

Any help would be greatly appreciated.

Thank you!
Tags (2)
0 Kudos
2 Replies
JeffGiesler
Deactivated User
Did you ever find an answer to this?  I am trying to do the same thing.
Cheers,
Jeff
0 Kudos
E__C_Roman
Deactivated User

I was assigned a higher priority task and am now just coming back to this, so I do not have an answer yet.  Did you find a solution?

Thanks.

Roman

0 Kudos