IColormapFunctionArguments Interface

Provides access to members that control colormap function arguments.

Members

Name Description
Read/write property Colormap The raster colormap.
Read/write property ColormapName The pre-defined colormap name, e.g. 'Random', 'NDVI', and etc.
Method LoadFrom Loads from a colormap file.
Read/write property Raster The source raster object.

IColormapFunctionArguments.Colormap Property

The raster colormap.

Public Property Colormap As IRasterColormap
public IRasterColormap Colormap {get; set;}

IColormapFunctionArguments.ColormapName Property

The pre-defined colormap name, e.g. 'Random', 'NDVI', and etc.

Public Property ColormapName As String
public string ColormapName {get; set;}

IColormapFunctionArguments.LoadFrom Method

Loads from a colormap file.

Public Sub LoadFrom ( _
    ByVal colormapFileName As String _
)
public void LoadFrom (
    string colormapFileName
);

IColormapFunctionArguments.Raster Property

The source raster object.

Public Property Raster As Object
public object Raster {get; set;}

Classes that implement IColormapFunctionArguments

Classes Description
ColormapFunctionArguments A class for colormap raster function arguments.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.