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


ITiePointOperation2.LoadFrom Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITiePointOperation2 Interface > ITiePointOperation2.LoadFrom Method
ArcGIS Developer Help

ITiePointOperation2.LoadFrom Method

Loads tie points from a control point table.

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

pPointTable 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*

Product Availability

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

See Also

ITiePointOperation2 Interface