This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGCSShiftXform2 Interface > IGCSShiftXform2.PutLongitudeExtent Method (ArcObjects .NET 10.5 SDK) |
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