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


IRasterGeometryProc.Reset Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterGeometryProc Interface > IRasterGeometryProc.Reset Method
ArcGIS Developer Help

IRasterGeometryProc.Reset Method

Resets the input raster to its native coordinate space.

[Visual Basic .NET]
Public Sub Reset ( _
    ByVal pRaster As IRaster _
)
[C#]
public void Reset (
    IRaster pRaster
);
[C++]
HRESULT Reset(
  IRaster* pRaster
);
[C++]
Parameters
pRaster [in]

pRaster is a parameter of type IRaster*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The Reset method sets the raster back to its initial state. The transformations that have been put to the raster but have not been persisted to the raster dataset will be gone after calling this method

See Also

IRasterGeometryProc Interface