ArcObjects Library Reference (NetworkAnalyst)  

INAServerODCostMatrixResults.DestinationOIDIndex Property

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

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

Parameters

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

Product Availability

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

Remarks

DestinationOIDIndex contains an array that can be used to lookup the ObjectID in the destinations RecordSet based on the index in the ODMatrix

See Also

INAServerODCostMatrixResults Interface