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


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

IBuildSeamlinesParameters.DifferenceFunctionTemplate Property

The optional raster function template used for generating the 'difference' between each item raster and the mosaic raster for computing the item's seamline geometry. The template makes use of at least two dataset type raster function variables with names: Item.

[Visual Basic .NET]
Public Property DifferenceFunctionTemplate As IRasterFunctionTemplate
[C#]
public IRasterFunctionTemplate DifferenceFunctionTemplate {get; set;}
[C++]
HRESULT get_DifferenceFunctionTemplate(
  IRasterFunctionTemplate* ppDifferenceFunction
);
[C++]
HRESULT putref_DifferenceFunctionTemplate(
  IRasterFunctionTemplate** ppDifferenceFunction
);
[C++]
Parameters
ppDifferenceFunction [in]

ppDifferenceFunction is a parameter of type IRasterFunctionTemplate* ppDifferenceFunction [out, retval]
ppDifferenceFunction is a parameter of type IRasterFunctionTemplate**

Product Availability

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

See Also

IBuildSeamlinesParameters Interface