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


IMosaicFunction3.BlendingWidthUnits Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunction3.BlendingWidthUnits Property

The units associated with the blending width for Blend mosaic operator.

[Visual Basic .NET]
Public Property BlendingWidthUnits As esriBlendWidthUnits
[C#]
public esriBlendWidthUnits BlendingWidthUnits {get; set;}
[C++]
HRESULT get_BlendingWidthUnits(
  esriBlendWidthUnits* units
);
[C++]
HRESULT put_BlendingWidthUnits(
  esriBlendWidthUnits units
);
[C++]

Parameters units [out, retval]
units is a parameter of type esriBlendWidthUnits units [in]
units is a parameter of type esriBlendWidthUnits

Product Availability

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

See Also

IMosaicFunction3 Interface