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


IRegionGrowFunctionArguments.MaxGrowthRadiusField Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRegionGrowFunctionArguments.MaxGrowthRadiusField Property

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

[Visual Basic .NET]
Public Property MaxGrowthRadiusField As String
[C#]
public string MaxGrowthRadiusField {get; set;}
[C++]
HRESULT get_MaxGrowthRadiusField(
  BSTR* pMaxGrowthRadiusField
);
[C++]
HRESULT put_MaxGrowthRadiusField(
  BSTR pMaxGrowthRadiusField
);
[C++]

Parameters pMaxGrowthRadiusField [out, retval] pMaxGrowthRadiusField is a parameter of type BSTR pMaxGrowthRadiusField [in] pMaxGrowthRadiusField is a parameter of type BSTR

Product Availability

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

See Also

IRegionGrowFunctionArguments Interface