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


IImageRegistration2.CreateCoverageTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageRegistration2 Interface > IImageRegistration2.CreateCoverageTable Method
ArcGIS Developer Help

IImageRegistration2.CreateCoverageTable Method

Creates a control point coverage table.

[Visual Basic .NET]
Public Function CreateCoverageTable ( _
    ByVal pWorkspace As IWorkspace, _
    ByVal Name As String, _
    ByVal pSpatialReference As ISpatialReference, _
    ByVal configKeyword As String _
) As ITable
[C#]
public ITable CreateCoverageTable (
    IWorkspace pWorkspace,
    string Name,
    ISpatialReference pSpatialReference,
    string configKeyword
);
[C++]
HRESULT CreateCoverageTable(
  IWorkspace* pWorkspace,
  BSTR Name,
  ISpatialReference* pSpatialReference,
  BSTR configKeyword
);
[C++]
Parameters
pWorkspace [in]

pWorkspace is a parameter of type IWorkspace* Name [in]
Name is a parameter of type BSTR pSpatialReference [in]
pSpatialReference is a parameter of type ISpatialReference* configKeyword [in]
configKeyword is a parameter of type BSTR

Product Availability

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

See Also

IImageRegistration2 Interface