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


INAServerODCostMatrixResults.DestinationOIDIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerODCostMatrixResults Interface > INAServerODCostMatrixResults.DestinationOIDIndex Property
ArcGIS Developer Help

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(
  SAFEARRAY(System.Int32)* DestinationOIDIndex
);
[C++]
Parameters
DestinationOIDIndex [out, retval]

DestinationOIDIndex is a parameter of type SAFEARRAY(long)*

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