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


IBuildSeamlinesParameters2.BlendType 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.BlendType Property
ArcGIS Developer Help

IBuildSeamlinesParameters2.BlendType Property

The blend type.

[Visual Basic .NET]
Public Property BlendType As esriBlendType
[C#]
public esriBlendType BlendType {get; set;}
[C++]
HRESULT get_BlendType(
  esriBlendType* pBlendType
);
[C++]
HRESULT put_BlendType(
  esriBlendType pBlendType
);
[C++]
Parameters
pBlendType [out, retval]

pBlendType is a parameter of type esriBlendType* pBlendType [in]
pBlendType is a parameter of type esriBlendType

Product Availability

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

See Also

IBuildSeamlinesParameters2 Interface