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