ArcObjects Library Reference (NetworkAnalyst)  

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(
  VARIANT_BOOL* areIdentical
);
[C++]

Parameters

areIdentical [out, retval]   areIdentical is a parameter of type VARIANT_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