SuperMap.Web.iServerJava6R.ThemeDotDensity.ThemeDotDensity C# (CSharp) Méthode

ThemeDotDensity() public méthode

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