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


INAServerODCostMatrixResults.OriginOIDIndex 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.OriginOIDIndex Property
ArcGIS Developer Help

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

OriginOIDIndex is a parameter of type SAFEARRAY(long)*

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