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


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

INAODCostMatrix.AreOriginsIdenticalToDestinations Property

Indicates if the origin set is identical to the destination set, i.e. that every origin network location also exists as a destination network location.

[Visual Basic .NET]
Public ReadOnly Property AreOriginsIdenticalToDestinations As Boolean
[C#]
public bool AreOriginsIdenticalToDestinations {get;}
[C++]
HRESULT get_AreOriginsIdenticalToDestinations(
  Boolean* areIdentical
);
[C++]
Parameters
areIdentical [out, retval]

areIdentical is a parameter of type bool*

Product Availability

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

Remarks

Returns True if the set of origin locations is identical to the set of destination locations in index sequence.

See Also

INAODCostMatrix Interface