This document is archived and information here might be outdated. Recommended version. |
The set Extent of the feature layer.
[Visual Basic .NET] Public Sub SetAOICoords ( _ ByVal xMin As Double, _ ByVal yMin As Double, _ ByVal xMax As Double, _ ByVal yMax As Double _ )
[C#] public void SetAOICoords ( double xMin, double yMin, double xMax, double yMax );
[C++]
HRESULT SetAOICoords(
double xMin,
double yMin,
double xMax,
double yMax
);
[C++]
Parameters xMin [in]
xMin is a parameter of type double yMin [in]
yMin is a parameter of type double xMax [in]
xMax is a parameter of type double yMax [in]
yMax is a parameter of type double