Select to view content in your preferred language

SOE - REST - Using INetworkAnalysisExt

826
2
10-24-2012 05:04 PM
AhadKheirabadi
Emerging Contributor
Hi Folks,

I want to know how can I access to INetworkAnalysisExt in SOE Service?

Thanks for any help ...
0 Kudos
2 Replies
nicogis
MVP Alum
how you can see in help it is available with ArcGIS Desktop
http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/INetworkAnalysisExt_Inte...

what's your problem?
0 Kudos
AhadKheirabadi
Emerging Contributor
It is not a desktop application, I am developing ArcGIS Server SOE.

For example in desktop application you can access to NetAnalysisExt like this:

                    pID = new UID();
                    pID.Value = "esriEditorExt.UtilityNetworkAnalysisExt";
                    pNetAnalysisExt = (INetworkAnalysisExt)app.FindExtensionByCLSID(pID);

I want to know how I can access to NetworkAnalysisExt of the mxd from the SOE.
0 Kudos