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


ICompareCoordinateSystems.IsEqualNoVCS Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

ICompareCoordinateSystems.IsEqualNoVCS Method

Compares spatial references without considering any vertical coordinate system that may be associated with the spatial reference.

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

Parameters other
other is a parameter of type ISpatialReference equal [out, retval] equal is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ICompareCoordinateSystems Interface