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


IBuildFootprintsByShrinkingParameters.ShrinkDistance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildFootprintsByShrinkingParameters Interface > IBuildFootprintsByShrinkingParameters.ShrinkDistance Property
ArcGIS Developer Help

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(
  System.Double* pShrinkDistance
);
[C++]
Parameters
pShrinkDistance [in]

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

Product Availability

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

See Also

IBuildFootprintsByShrinkingParameters Interface