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.FillValueField Property (ArcObjects .NET 10.5 SDK) |
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