ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / esriNAODCostMatrixType Enumeration

In This Topic
    esriNAODCostMatrixType Enumeration
    In This Topic
    OD cost matrix type.
    Syntax
    public enum esriNAODCostMatrixType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum esriNAODCostMatrixType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    esriNAODCostMatrixFull Full cost matrix
    esriNAODCostMatrixNone No cost matrix.
    esriNAODCostMatrixUpdate Updated cost matrix, with removal of unused origins and destinations.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.esriNAODCostMatrixType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also