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


ISynchronizeParameters.DensificationFactor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  double pDensificationFactor
);
[C++]

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

Product Availability

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

See Also

ISynchronizeParameters Interface