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


IGeocodingIndexCompute.ComputeIndexRow Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodingIndexCompute Interface > IGeocodingIndexCompute.ComputeIndexRow Method
ArcGIS Developer Help

IGeocodingIndexCompute.ComputeIndexRow Method

Generates the index row values for a reference data row.

[Visual Basic .NET]
Public Sub ComputeIndexRow ( _
    ByVal SourceRow As IObject, _
    ByVal indexRow As IObject _
)
[C#]
public void ComputeIndexRow (
    IObject SourceRow,
    IObject indexRow
);
[C++]
HRESULT ComputeIndexRow(
  IObject* SourceRow,
  IObject* indexRow
);
[C++]
Parameters
SourceRow [in]

SourceRow is a parameter of type IObject* indexRow [in]
indexRow is a parameter of type IObject*

Product Availability

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

Remarks

This method is deprecated.

See Also

IGeocodingIndexCompute Interface