Hoppa till huvudinnehållet

SetImageServiceInfo

Kommentarer

1 kommentar

  • Chris Roberts
    Ok I'm almost there.  I've got the image changing colour at least but its just apply a single colour at this stage.  I am assuming that I need to apply some sort of range in the argument?

     

     

    New ESRI.ArcGIS.Client.RenderingRule() With { .RasterFunctionName = "Colormap", .RasterFunctionArguments = New Dictionary(Of String, Object) From { { "colorRamp", "Aspect" },{ "rasterFunction", "Stretch" }, {"StretchType", 5}, {"Statistics",0},{"DRA", true}, {"UseGamma", true}, {"Gamma", 1}, {"ComputeGamma", false},{"outputPixelType","U8"},{"variableName","Raster"} }, .VariableName = "Raster" }
    0

Du måste logga in om du vill lämna en kommentar.