This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGCSShiftXform Interface > IGCSShiftXform.LeftLongitude Property (ArcObjects .NET 10.5 SDK) |
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