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


ISpatialReference2GEN.IsMPrecisionEqual Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

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,
  VARIANT_BOOL* IsMPrecisionEqual
);
[C++]

Parameters otherSR [in]
otherSR is a parameter of type ISpatialReference IsMPrecisionEqual [out, retval] IsMPrecisionEqual is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISpatialReference2GEN Interface