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


IBuildSeamlinesParameters2.BlendWidth Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IBuildSeamlinesParameters2.BlendWidth Property

The blend width.

[Visual Basic .NET]
Public Property BlendWidth As Double
[C#]
public double BlendWidth {get; set;}
[C++]
HRESULT get_BlendWidth(
  double* pBlendWidth
);
[C++]
HRESULT put_BlendWidth(
  double pBlendWidth
);
[C++]

Parameters pBlendWidth [out, retval] pBlendWidth is a parameter of type double pBlendWidth [in] pBlendWidth is a parameter of type double

Product Availability

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

See Also

IBuildSeamlinesParameters2 Interface