This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerODCostMatrixResults Interface > INAServerODCostMatrixResults.OriginOIDIndex Property (ArcObjects .NET 10.4 SDK) |
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
OriginOIDIndex contains an array that can be used to lookup the ObjectID in the origins RecordSet based on the index in the ODMatrix.