ArcObjects Library Reference (DataSourcesRaster)  

IImageRegistration.CreateControlPointTable Method

Creates a control point table.

ERROR: Syntax information about IImageRegistration.CreateControlPointTable may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[C++]
HRESULT CreateControlPointTable(
  IWorkspace* pWorkspace,
  BSTR Name,
  ISpatialReference* pSpatialReference,
  BSTR configKeyword,
  ITable** ppControlPointTable
);
[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 ppControlPointTable [out, retval]

  ppControlPointTable is a parameter of type ITable

Product Availability

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

See Also

IImageRegistration Interface