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

DynamicWMSLayer() public method

${pubilc_Constructors_Initializes} DynamicWMSLayer ${pubilc_Constructors_instance}
public DynamicWMSLayer ( ) : System
return System
        public DynamicWMSLayer()
            : base()
        {
            this.AllLayerList = new ObservableCollection<WMSLayerInfo>();
            this.ImageFormat = "png";
            this.Transparent = false;
            this.BgColor = "0xFFFFFF";
        }