SuperMap.Web.Mapping.SmMapService.SmMapService C# (CSharp) Method

SmMapService() public method

public SmMapService ( string mapServiceUrl, string mapName ) : System
mapServiceUrl string
mapName string
return System
        public SmMapService(string mapServiceUrl, string mapName)
        {
            this.mapServiceUrl = mapServiceUrl;
            this.mapName = mapName;
        }

Same methods

SmMapService::SmMapService ( string mapServiceUrl, string mapName, string mapServiceAddress, int mapServicePort ) : System