ArcObjects Library Reference (DataSourcesRaster)  

IBuildFootprintsByShrinkingParameters.ShrinkDistance Property

The shrink distance in the coordinate system of the geometry column of the mosaic catalog.

[Visual Basic .NET]
Public Property ShrinkDistance As Double
[C#]
public double ShrinkDistance {get; set;}
[C++]
HRESULT get_ShrinkDistance(
  double* pShrinkDistance
);
[C++]
HRESULT put_ShrinkDistance(
  double pShrinkDistance
);
[C++]

Parameters

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

Product Availability

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

See Also

IBuildFootprintsByShrinkingParameters Interface