This document is archived and information here might be outdated.  Recommended version.


IImageRegistration2.AppendControlPoints Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageRegistration2 Interface > IImageRegistration2.AppendControlPoints Method
ArcGIS Developer Help

IImageRegistration2.AppendControlPoints Method

Appends control points from an input point table into a master point table.

[Visual Basic .NET]
Public Sub AppendControlPoints ( _
    ByVal pMasterPointTable As ITable, _
    ByVal pInputPointTable As ITable, _
    ByVal pQueryFilter As IQueryFilter, _
    ByVal zFieldName As String, _
    ByVal TagFieldName As String, _
    ByVal pDEM As IRaster, _
    ByVal pTrackCancel As ITrackCancel _
)
[C#]
public void AppendControlPoints (
    ITable pMasterPointTable,
    ITable pInputPointTable,
    IQueryFilter pQueryFilter,
    string zFieldName,
    string TagFieldName,
    IRaster pDEM,
    ITrackCancel pTrackCancel
);
[C++]
HRESULT AppendControlPoints(
  ITable* pMasterPointTable,
  ITable* pInputPointTable,
  IQueryFilter* pQueryFilter,
  BSTR zFieldName,
  BSTR TagFieldName,
  IRaster* pDEM,
  ITrackCancel* pTrackCancel
);
[C++]
Parameters
pMasterPointTable [in]

pMasterPointTable is a parameter of type ITable* pInputPointTable [in]
pInputPointTable is a parameter of type ITable* pQueryFilter [in]
pQueryFilter is a parameter of type IQueryFilter* zFieldName [in]
zFieldName is a parameter of type BSTR TagFieldName [in]
TagFieldName is a parameter of type BSTR pDEM [in]
pDEM is a parameter of type IRaster* pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel*

Product Availability

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

See Also

IImageRegistration2 Interface