This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRegionGrowFunctionArguments Interface > IRegionGrowFunctionArguments.MaxGrowthRadiusField Property (ArcObjects .NET 10.5 SDK) |
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