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


IRegionGrowFunctionArguments.MaxGrowthRadiusField Property (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 > IRegionGrowFunctionArguments.MaxGrowthRadiusField Property
ArcGIS Developer Help

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(
  System.String* 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