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


ISpatialReference2GEN.IsMPrecisionEqual Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReference2GEN Interface > ISpatialReference2GEN.IsMPrecisionEqual Method
ArcGIS Developer Help

ISpatialReference2GEN.IsMPrecisionEqual Method

Returns true if the measure precisions of the two spatial references are the same.

[Visual Basic .NET]
Public Function IsMPrecisionEqual ( _
    ByVal otherSR As ISpatialReference _
) As Boolean
[C#]
public bool IsMPrecisionEqual (
    ISpatialReference otherSR
);
[C++]
HRESULT IsMPrecisionEqual(
  ISpatialReference* otherSR
);
[C++]
Parameters
otherSR [in]

otherSR is a parameter of type ISpatialReference*

Product Availability

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

See Also

ISpatialReference2GEN Interface