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


IGCSShiftXform.LeftLongitude Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGCSShiftXform Interface > IGCSShiftXform.LeftLongitude Property
ArcGIS Developer Help

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(
  System.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