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


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

IRegionGrowFunctionArguments.FillValueField Property

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

[Visual Basic .NET]
Public Property FillValueField As String
[C#]
public string FillValueField {get; set;}
[C++]
HRESULT get_FillValueField(
  System.String* pFillValueField
);
[C++]
HRESULT put_FillValueField(
  BSTR pFillValueField
);
[C++]
Parameters
pFillValueField [out, retval]

pFillValueField is a parameter of type BSTR* pFillValueField [in]
pFillValueField is a parameter of type BSTR

Product Availability

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

See Also

IRegionGrowFunctionArguments Interface