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


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

IGCSShiftXform2.QueryLongitudeExtent Method

Queries the effective Longitude extent.

[Visual Basic .NET]
Public Sub QueryLongitudeExtent ( _
    ByRef minx As Double, _
    ByRef maxx As Double _
)
[C#]
public void QueryLongitudeExtent (
    ref double minx,
    ref double maxx
);
[C++]
HRESULT QueryLongitudeExtent(
  double* minx,
  double* maxx
);
[C++]

Parameters minx [out] minx is a parameter of type double maxx [out] maxx is a parameter of type double

Product Availability

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

See Also

IGCSShiftXform2 Interface