Change the resolution bounds of a data source.
[Visual Basic .NET] Public Sub ChangeResolutionBounds ( _ ByVal index As Integer, _ ByVal lowerBound As Double, _ ByVal upperBound As Double _ )
[C#] public void ChangeResolutionBounds ( int index, double lowerBound, double upperBound );
[C++]
HRESULT ChangeResolutionBounds(
long index,
double lowerBound,
double upperBound
);
[C++]Parameters
index [in] index is a parameter of type long lowerBound [in] lowerBound is a parameter of type double upperBound [in] upperBound is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.