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


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

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