This document is archived and information here might be outdated.  Recommended version.


IDECadastralFabric2.MaximumShiftThreshold Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDECadastralFabric2 Interface > IDECadastralFabric2.MaximumShiftThreshold Property
ArcGIS Developer Help

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(
  System.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