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 > IImageRegistration2 Interface > IImageRegistration2.CreateSolutionPointTable Method (ArcObjects .NET 10.5 SDK) |
Creates a solution point table.
[Visual Basic .NET] Public Function CreateSolutionPointTable ( _ ByVal pWorkspace As IWorkspace, _ ByVal Name As String, _ ByVal pSpatialReference As ISpatialReference, _ ByVal configKeyword As String _ ) As ITable
[C#] public ITable CreateSolutionPointTable ( IWorkspace pWorkspace, string Name, ISpatialReference pSpatialReference, string configKeyword );
[C++]
HRESULT CreateSolutionPointTable(
IWorkspace* pWorkspace,
BSTR Name,
ISpatialReference* pSpatialReference,
BSTR configKeyword,
ITable** ppSolutionPointTable
);
[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 ppSolutionPointTable [out, retval]
ppSolutionPointTable is a parameter of type ITable