ArcObjects Library Reference (NetworkAnalyst)  

INAODCostMatrix.IsSymmetric Property

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

Parameters

IsSymmetric [out, retval]   IsSymmetric 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 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).

See Also

INAODCostMatrix Interface