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


IMosaicFunction2.BlendingWidth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunction2 Interface > IMosaicFunction2.BlendingWidth Property
ArcGIS Developer Help

IMosaicFunction2.BlendingWidth Property

The blending width for Blend mosaic operator.

[Visual Basic .NET]
Public Property BlendingWidth As Integer
[C#]
public int BlendingWidth {get; set;}
[C++]
HRESULT get_BlendingWidth(
  System.Int32* pWidth
);
[C++]
HRESULT put_BlendingWidth(
  long pWidth
);
[C++]
Parameters
pWidth [out, retval]

pWidth is a parameter of type long* pWidth [in]
pWidth is a parameter of type long

Product Availability

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

See Also

IMosaicFunction2 Interface