IRegionGrowFunctionArguments Interface

Provides access to members that control RegionGrow function arguments.

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.

IRegionGrowFunctionArguments.FillValueField Property

Fill value field. If specified, fill with this value. Otherwise duplicate the seed pixel.

Public Property FillValueField As String
public string FillValueField {get; set;}

IRegionGrowFunctionArguments.MaxGrowthRadiusField Property

Max growth radius field, to control for each seed point how big the region can grow.

Public Property MaxGrowthRadiusField As String
public string MaxGrowthRadiusField {get; set;}

IRegionGrowFunctionArguments.PointFeatureClass Property

The point feature class containing the seed points.

Public Property PointFeatureClass As Object
public object PointFeatureClass {get; set;}

IRegionGrowFunctionArguments.Raster Property

The source raster object.

Public Property Raster As Object
public object Raster {get; set;}

IRegionGrowFunctionArguments.SimilarityThresholdField Property

Similarity threshold field. Each pixel similar enough to the seed pixel gets added to the region.

Public Property SimilarityThresholdField As String
public string SimilarityThresholdField {get; set;}

Classes that implement IRegionGrowFunctionArguments

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

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