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


IGCSShiftXform2.QueryLongitudeExtent 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.QueryLongitudeExtent Method
ArcGIS Developer Help

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(
  System.Double* minx,
  System.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