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


IRegionGrowFunctionArguments.FillValueField Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  BSTR* 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