Select to view content in your preferred language

How can i read ArcGIS Server Map Service parameters in SOE

3858
1
09-07-2015 02:40 AM
PhanindraDulam1
Emerging Contributor

Hello,

How we can read Map service parameters when we enabling custom SOE.

As shown attached screen shot, I would like to read output directory parameter from Map Service when i am enabling SOE.

0 Kudos
1 Reply
nicogis
MVP Alum
  IMapServer3 mapServer = this.GetMapServer();
            
                IMapServerInit mapServerInit = mapServer as IMapServerInit;

                string pathOutputAGS = mapServerInit.PhysicalOutputDirectory;

					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
0 Kudos