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


IGCSShiftXform2.PutLongitudeExtent Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGCSShiftXform2 Interface > IGCSShiftXform2.PutLongitudeExtent Method
ArcGIS Developer Help

IGCSShiftXform2.PutLongitudeExtent Method

Puts the effective Longitude extent.

[Visual Basic .NET]
Public Sub PutLongitudeExtent ( _
    ByVal minx As Double, _
    ByVal maxx As Double _
)
[C#]
public void PutLongitudeExtent (
    double minx,
    double maxx
);
[C++]
HRESULT PutLongitudeExtent(
  double minx,
  double maxx
);
[C++]
Parameters
minx [in]

minx is a parameter of type double maxx [in]
maxx is a parameter of type double

Product Availability

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

See Also

IGCSShiftXform2 Interface