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


IRasterGeometryProc3.Reset Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterGeometryProc3.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.

See Also

IRasterGeometryProc3 Interface