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


IBuildSeamlinesParameters2.BlendWidth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildSeamlinesParameters2 Interface > IBuildSeamlinesParameters2.BlendWidth Property
ArcGIS Developer Help

IBuildSeamlinesParameters2.BlendWidth Property

The blend width.

[Visual Basic .NET]
Public Property BlendWidth As Double
[C#]
public double BlendWidth {get; set;}
[C++]
HRESULT get_BlendWidth(
  System.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