ArcObjects Library Reference (NetworkAnalyst)  

INAServerODCostMatrixResults.OriginOIDIndex Property

Array of mappings of the Origin OIDs into ODMatrix array index values.

[Visual Basic .NET]
Public ReadOnly Property OriginOIDIndex As Int32[]
[C#]
public Int32[] OriginOIDIndex {get;}
[C++]
HRESULT get_OriginOIDIndex(
  OriginOIDIndex* OriginOIDIndex
);
[C++]

Parameters

OriginOIDIndex [out, retval]   OriginOIDIndex is a parameter of type

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

OriginOIDIndex contains an array that can be used to lookup the ObjectID in the origins RecordSet based on the index in the ODMatrix.

See Also

INAServerODCostMatrixResults Interface