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