This document is archived and information here might be outdated. Recommended version. |
Indicates if the matrix has symmetric values.
[Visual Basic .NET]
Public ReadOnly Property IsSymmetric As Boolean
[C#]
public bool IsSymmetric {get;}
[C++]
HRESULT get_IsSymmetric(
Boolean* IsSymmetric
);
[C++] Parameters IsSymmetric [out, retval]
IsSymmetric is a parameter of type bool*
Returns True if the INAODCostMatrix.AreOriginsIdenticalToDestinations property returns True and the matrix values are symmetric (i.e., for each cost attribute and each origin-destination pair of locations, the matrix value for traveling from the first location to the second is the same as the value for traveling from the second location to the first).