This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAODCostMatrix Interface > INAODCostMatrix.AreOriginsIdenticalToDestinations Property (ArcObjects .NET 10.5 SDK) |
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
Returns True if the set of origin locations is identical to the set of destination locations in index sequence.