ArcObjects Library Reference (GeoDatabaseExtensions)  

IDECadastralFabric2.MaximumShiftThreshold Property

Coordinate changes will be written if the shift is greater than this tolerance value.

[Visual Basic .NET]
Public Property MaximumShiftThreshold As Double
[C#]
public double MaximumShiftThreshold {get; set;}
[C++]
HRESULT get_MaximumShiftThreshold(
  double* threshold
);
[C++]
HRESULT put_MaximumShiftThreshold(
  double threshold
);
[C++]

Parameters

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

Product Availability

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

See Also

IDECadastralFabric2 Interface