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