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


IGCSShiftXform.LeftLongitude Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IGCSShiftXform.LeftLongitude Property

The left longitude source GCS.

[Visual Basic .NET]
Public Property LeftLongitude As Double
[C#]
public double LeftLongitude {get; set;}
[C++]
HRESULT get_LeftLongitude(
  double* pLon
);
[C++]
HRESULT put_LeftLongitude(
  double pLon
);
[C++]

Parameters pLon [out, retval] pLon is a parameter of type double pLon [in] pLon is a parameter of type double

Product Availability

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

See Also

IGCSShiftXform Interface