This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDECadastralFabric2 Interface > IDECadastralFabric2.BufferDistanceForAdjustment Property (ArcObjects .NET 10.4 SDK) |
The distance used to generate a buffer around the job parcels. This buffer defines the adjustment area.
[Visual Basic .NET] Public Property BufferDistanceForAdjustment As Double
[C#] public double BufferDistanceForAdjustment {get; set;}
[C++]
HRESULT get_BufferDistanceForAdjustment(
double* distance
);
[C++]
HRESULT put_BufferDistanceForAdjustment(
double distance
);
[C++]
Parameters distance [out, retval] distance is a parameter of type double distance [in] distance is a parameter of type double