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


IGCSShiftXform2.PutLongitudeExtent Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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