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


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

IRasterGeometryProc3.Register Method

Outputs the current transformation properties to the dataset header or auxilliary file.

[Visual Basic .NET]
Public Sub Register ( _
    ByVal pRaster As IRaster _
)
[C#]
public void Register (
    IRaster pRaster
);
[C++]
HRESULT Register(
  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