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


IBuildSeamlinesParameters.DifferenceFunctionTemplate Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]
ppDifferenceFunction is a parameter of type IRasterFunctionTemplate ppDifferenceFunction [in]
ppDifferenceFunction is a parameter of type IRasterFunctionTemplate

Product Availability

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

See Also

IBuildSeamlinesParameters Interface