ArcObjects Library Reference (Geometry)  

ISpatialReference2GEN.IsXYPrecisionEqual Method

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

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

Parameters

otherSR [in]

  otherSR is a parameter of type ISpatialReference

IsXYPrecisionEqual [out, retval]   IsXYPrecisionEqual is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISpatialReference2GEN Interface