ArcObjects Library Reference (DataSourcesRaster)  

IImageRegistration.CreateSolutionTable Method

Creates a solution table.

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

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

  ppSolutionTable is a parameter of type ITable

Product Availability

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

See Also

IImageRegistration Interface