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

ThemeDotDensity() public method

${iServerJava6R_ThemeDotDensity_constructor_D}
public ThemeDotDensity ( ) : System
return System
        public ThemeDotDensity()
        {
            Style = new ServerStyle { MarkerSize = 2 };
            Type = ThemeType.DOTDENSITY;
        }