SuperMap.Web.iServerJava6R.ThemeGridRange.ThemeGridRange C# (CSharp) Method

ThemeGridRange() public method

${iServerJava6R_ThemeGridRange_constructor_D}
public ThemeGridRange ( ) : System
return System
        public ThemeGridRange()
        {
            ColorGradientType = ColorGradientType.YELLOWBLUE;
            Type = ThemeType.GRIDRANGE;
            RangeMode =RangeMode.EQUALINTERVAL;
            ReverseColor =false;
        }