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
otherother 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.