This document is archived and information here might be outdated. Recommended version. |
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*