This document is archived and information here might be outdated.  Recommended version.


IRegionGrowFunctionArguments Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRegionGrowFunctionArguments Interface
ArcGIS Developer Help

IRegionGrowFunctionArguments Interface

Provides access to members that control RegionGrow function arguments.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read/write property FillValueField Fill value field. If specified, fill with this value. Otherwise duplicate the seed pixel.
Read/write property MaxGrowthRadiusField Max growth radius field, to control for each seed point how big the region can grow.
Read/write property PointFeatureClass The point feature class containing the seed points.
Read/write property Raster The source raster object.
Read/write property SimilarityThresholdField Similarity threshold field. Each pixel similar enough to the seed pixel gets added to the region.

Classes that implement IRegionGrowFunctionArguments

Classes Description
RegionGrowFunctionArguments A class for a RegionGrow raster function arguments.