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


ICompareCoordinateSystems.IsEqualLeftLongitude Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > ICompareCoordinateSystems Interface > ICompareCoordinateSystems.IsEqualLeftLongitude Method
ArcGIS Developer Help

ICompareCoordinateSystems.IsEqualLeftLongitude Method

For geographic coordinate systems, this version of IsEqual includes considers their left longitude properties. Same as IsEqual for projected coordinate systems.

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

other is a parameter of type ISpatialReference* compareVCS
compareVCS is a parameter of type bool

Product Availability

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

See Also

ICompareCoordinateSystems Interface