ArcObjects Library Reference (GeoDatabaseExtensions)  

IDECadastralFabric2.BufferDistanceForAdjustment Property

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

Product Availability

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

See Also

IDECadastralFabric2 Interface