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


IRasterSdeStorage2.MosaicingTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterSdeStorage2 Interface > IRasterSdeStorage2.MosaicingTolerance Property
ArcGIS Developer Help

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