![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDECadastralFabric2 Interface > IDECadastralFabric2.MaximumShiftThreshold Property (ArcObjects .NET 10.5 SDK) |
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