ArcObjects Library Reference (DataSourcesRaster)  

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