Provides access to members that control SAR Indices function arguments.
Members
Name | Description | |
---|---|---|
Index | The SAR index. | |
Raster | The input raster. |
ISARIndicesFunctionArguments.Index Property
The SAR index.
Public Property Index As esriRasterSARIndex
public esriRasterSARIndex Index {get; set;}
ISARIndicesFunctionArguments.Raster Property
The input raster.
Public Property Raster As Object
public object Raster {get; set;}
Classes that implement ISARIndicesFunctionArguments
Classes | Description |
---|---|
SARIndicesFunctionArguments | A class for SAR Indices raster function arguments. |