IRasterFunctionInfo Interface

Provides access to members that describe a raster function.

Members

Name Description
Read/write property Description The raster function description.
Read/write property Help The raster function help URL.
Read/write property 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.

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