ArcObjects Library Reference (DataSourcesRaster)  

IImageRegistration.CreateFeaturePointTable Method

Creates a feature point table.

[Visual Basic .NET]
Public Function CreateFeaturePointTable ( _
    ByVal pWorkspace As IWorkspace, _
    ByVal Name As String, _
    ByVal pSpatialReference As ISpatialReference, _
    ByVal configKeyword As String _
) As ITable
[C#]
public ITable CreateFeaturePointTable (
    IWorkspace pWorkspace,
    string Name,
    ISpatialReference pSpatialReference,
    string configKeyword
);
[C++]
HRESULT CreateFeaturePointTable(
  IWorkspace* pWorkspace,
  BSTR Name,
  ISpatialReference* pSpatialReference,
  BSTR configKeyword,
  ITable** ppFeaturePointTable
);
[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 ppFeaturePointTable [out, retval]

  ppFeaturePointTable is a parameter of type ITable

Product Availability

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

See Also

IImageRegistration Interface