This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageRegistration Interface > IImageRegistration.CreateSolutionTable Method (ArcObjects .NET 10.5 SDK) |
Creates a solution table.
[Visual Basic .NET] Public Function CreateSolutionTable ( _ ByVal pWorkspace As IWorkspace, _ ByVal Name As String, _ ByVal pSpatialReference As ISpatialReference, _ ByVal configKeyword As String _ ) As ITable
[C#] public ITable CreateSolutionTable ( IWorkspace pWorkspace, string Name, ISpatialReference pSpatialReference, string configKeyword );
[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