ArcObjects Library Reference (Location)  

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