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