Provides access to members that describe a raster function.
Members
Name | Description | |
---|---|---|
Description | The raster function description. | |
Help | The raster function help URL. | |
Name | The raster function name. |
IRasterFunctionInfo.Description Property
The raster function description.
Public Property Description As String
public string Description {get; set;}
IRasterFunctionInfo.Help Property
The raster function help URL.
Public Property Help As String
public string Help {get; set;}
IRasterFunctionInfo.Name Property
The raster function name.
Public Property Name As String
public string Name {get; set;}
Classes that implement IRasterFunctionInfo
Classes | Description |
---|---|
RasterFunctionInfo | A raster function info object. |