This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRegionGrowFunctionArguments Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control RegionGrow function arguments.
Description | ||
---|---|---|
FillValueField | Fill value field. If specified, fill with this value. Otherwise duplicate the seed pixel. | |
MaxGrowthRadiusField | Max growth radius field, to control for each seed point how big the region can grow. | |
PointFeatureClass | The point feature class containing the seed points. | |
Raster | The source raster object. | |
SimilarityThresholdField | Similarity threshold field. Each pixel similar enough to the seed pixel gets added to the region. |
CoClasses and Classes | Description |
---|---|
RegionGrowFunctionArguments | A class for a RegionGrow raster function arguments. |