This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > ICompareCoordinateSystems Interface > ICompareCoordinateSystems.IsEqualNoVCS Method (ArcObjects .NET 10.4 SDK) |
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