ArcObjects Library Reference (DataSourcesRaster)  

IRasterSdeStorage2.MosaicingTolerance Property

The mosaicing tolerance.

[Visual Basic .NET]
Public WriteOnly Property MosaicingTolerance
[C#]
public void MosaicingTolerance {set;}
[C++]
HRESULT put_MosaicingTolerance(
  IPoint* 
);
[C++]

Parameters

[in]

   is a parameter of type IPoint

Product Availability

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

See Also

IRasterSdeStorage2 Interface