SuperMap.Web.iServerJava6R.SpatialAnalyst.InterpolationAnalystParameters.InterpolationAnalystParameters C# (CSharp) Method

InterpolationAnalystParameters() public method

${iServerJava6R_InterpolationAnalystParameters_constructor_D}
public InterpolationAnalystParameters ( ) : System
return System
        public InterpolationAnalystParameters()
        {
            Resolution = 3000;
            MaxReturnRecordCount = 1000;
            PixelFormat = PixelFormat.BIT16;
            InterpolationAnalystType = InterpolationAnalystType.DATASET;
        }