Provides access to members that control SegmentToIndex function arguments.
Members
Name | Description | |
---|---|---|
AddedFrameWidth | Width of safety frame added around pixel block, in pixel. Optional. Default is 128. | |
Raster | The source raster object. |
ISegmentToIndexFunctionArguments.AddedFrameWidth Property
Width of safety frame added around pixel block, in pixel. Optional. Default is 128.
Public Property AddedFrameWidth As Integer
public int AddedFrameWidth {get; set;}
ISegmentToIndexFunctionArguments.Raster Property
The source raster object.
Public Property Raster As Object
public object Raster {get; set;}
Classes that implement ISegmentToIndexFunctionArguments
Classes | Description |
---|---|
SegmentToIndexFunctionArguments | A class for SegmentToIndex raster function arguments. |