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


INAODCostMatrix.IsSymmetric 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.IsSymmetric Property
ArcGIS Developer Help

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(
  Boolean* IsSymmetric
);
[C++]
Parameters
IsSymmetric [out, retval]

IsSymmetric 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 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