This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters other
other is a parameter of type ISpatialReference*