This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildFootprintsByShrinkingParameters Interface > IBuildFootprintsByShrinkingParameters.ShrinkDistance Property (ArcObjects .NET 10.4 SDK) |
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