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


ISynchronizeParameters.DensificationFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISynchronizeParameters Interface > ISynchronizeParameters.DensificationFactor Property
ArcGIS Developer Help

ISynchronizeParameters.DensificationFactor Property

The maximum segment length value as a factor of each incoming dataset fooprint's average dimension. Footprint polygon is densified only if the spatial reference of the footprint geometry differs form the spatial reference of the geometry column of the mosaic c.

[Visual Basic .NET]
Public Property DensificationFactor As Double
[C#]
public double DensificationFactor {get; set;}
[C++]
HRESULT get_DensificationFactor(
  double pDensificationFactor
);
[C++]
HRESULT put_DensificationFactor(
  System.Double* pDensificationFactor
);
[C++]
Parameters
pDensificationFactor [in]

pDensificationFactor is a parameter of type double pDensificationFactor [out, retval]
pDensificationFactor is a parameter of type double*

Product Availability

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

See Also

ISynchronizeParameters Interface