This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodingIndexCompute Interface > IGeocodingIndexCompute.ComputeIndexRow Method (ArcObjects .NET 10.4 SDK) |
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
This method is deprecated.