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


IBuildSeamlinesParameters3.BlendWidthUnits Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IBuildSeamlinesParameters3.BlendWidthUnits Property

The blend width unit.

[Visual Basic .NET]
Public Property BlendWidthUnits As esriBlendWidthUnits
[C#]
public esriBlendWidthUnits BlendWidthUnits {get; set;}
[C++]
HRESULT get_BlendWidthUnits(
  esriBlendWidthUnits* pBlendWidthUnits
);
[C++]
HRESULT put_BlendWidthUnits(
  esriBlendWidthUnits pBlendWidthUnits
);
[C++]

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

Product Availability

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

See Also

IBuildSeamlinesParameters3 Interface