This document is archived and information here might be outdated.  Recommended version.


ITerrainEdit.ChangeResolutionBounds Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainEdit Interface > ITerrainEdit.ChangeResolutionBounds Method
ArcGIS Developer Help

ITerrainEdit.ChangeResolutionBounds Method

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.

See Also

ITerrainEdit Interface