SuperMap.Web.Mapping.DynamicRESTLayer.ClearTheme C# (CSharp) Method

ClearTheme() public method

${Mapping_DynamicRESTLayer_method_ClearTheme_D}
public ClearTheme ( ) : void
return void
        public void ClearTheme()
        {
            if (!string.IsNullOrEmpty(layersID))
            {
                LayersID = string.Empty;
            }
        }