SuperMap.Web.ISDotNET6.ThemeRange.ThemeRange C# (CSharp) Method

ThemeRange() public method

${IS6_ThemeRange_constructor_None_D}
public ThemeRange ( ) : System.Collections.Generic
return System.Collections.Generic
        public ThemeRange()
        {
            ForeignDataParam = new ForeignDataParam();
            Displays = new List<ServerStyle>();
        }