arcgis安装路径的获得

//Get the ArcGIS install location
string sInstall = ESRI.ArcGIS.RuntimeManager.ActiveRuntime.Path;

//Load the ESRI.ServerStyle file into the SymbologyControl
axSymbologyControl1.LoadStyleFile(sInstall + "\Styles\ESRI.ServerStyle");

原文地址:https://www.cnblogs.com/gisoracle/p/4820150.html