![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReference2GEN Interface > ISpatialReference2GEN.IsZPrecisionEqual Method (ArcObjects .NET 10.5 SDK) |
Returns true if the Z precisions of the two spatial references are the same.
[Visual Basic .NET] Public Function IsZPrecisionEqual ( _ ByVal otherSR As ISpatialReference _ ) As Boolean
[C#] public bool IsZPrecisionEqual ( ISpatialReference otherSR );
[C++]
HRESULT IsZPrecisionEqual(
ISpatialReference* otherSR,
VARIANT_BOOL* IsZPrecisionEqual
);
[C++]
Parameters otherSR [in]
otherSR is a parameter of type ISpatialReference IsZPrecisionEqual [out, retval] IsZPrecisionEqual is a parameter of type VARIANT_BOOL