This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITiePointOperation Interface > ITiePointOperation.Compute Method (ArcObjects .NET 10.4 SDK) |
Computes tiepoints.
[Visual Basic .NET] Public Sub Compute ( _ ByVal pCatalog As Object, _ ByVal pQueryFilter As IQueryFilter, _ ByVal pTiePoints As ITable _ )
[C#] public void Compute ( object pCatalog, IQueryFilter pQueryFilter, ITable pTiePoints );
[C++]
HRESULT Compute(
LPUNKNOWN pCatalog,
IQueryFilter* pQueryFilter,
ITable* pTiePoints
);
[C++]
Parameters pCatalog [in] pCatalog is a parameter of type LPUNKNOWN pQueryFilter [in]
pQueryFilter is a parameter of type IQueryFilter pTiePoints [in]
pTiePoints is a parameter of type ITable