ArcObjects Library Reference (DataSourcesRaster)  

IImageRegistration.CreateFeaturePointTable Method

Creates a feature point table.

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

[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