ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / NARouteSolver Class
Properties Methods Events


In This Topic
    NARouteSolver Class Members
    In This Topic

    The following tables list the members exposed by NARouteSolver.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Gets and sets the accumulate attribute names. (Inherited from ArcGIS.Core.CIM.NASolverDefinition)
    Public Property Gets and sets the applied travel mode. (Inherited from ArcGIS.Core.CIM.NASolverDefinition)
    Public Property Gets and sets the applied travel mode as JSON. (Inherited from ArcGIS.Core.CIM.NASolverDefinition)
    Public Property Gets and sets the attribute names. (Inherited from ArcGIS.Core.CIM.NASolverDefinition)
    Public Property Gets and sets the attribute parameters values. (Inherited from ArcGIS.Core.CIM.NASolverDefinition)
    Public Property Gets and sets a boolean which indicates if a traversal result will be generated.  
    Public Property Gets and sets the date-time synchronize usage setting.  
    Public Property Gets and sets the directions language. (Inherited from ArcGIS.Core.CIM.NADirectionsCapableSolverDefinition)
    Public Property Gets and sets the directions length attribute name. (Inherited from ArcGIS.Core.CIM.NADirectionsCapableSolverDefinition)
    Public Property Gets and sets the directions length units. (Inherited from ArcGIS.Core.CIM.NADirectionsCapableSolverDefinition)
    Public Property Gets and sets the directions output spatial reference. (Inherited from ArcGIS.Core.CIM.NADirectionsCapableSolverDefinition)
    Public Property Gets and sets the directions output type. (Inherited from ArcGIS.Core.CIM.NADirectionsCapableSolverDefinition)
    Public Property Gets and sets the directions style name. (Inherited from ArcGIS.Core.CIM.NADirectionsCapableSolverDefinition)
    Public Property Gets and sets the directions time attribute name. (Inherited from ArcGIS.Core.CIM.NADirectionsCapableSolverDefinition)
    Public Property Gets and sets a boolean which indicates if the solver should resequence the route in the optimal order.  
    Public Property Gets and sets the name of the hierarchy attribute to be used in analysis. (Inherited from ArcGIS.Core.CIM.NASolverDefinition)
    Public Property Gets and sets the hierarchy level count. (Inherited from ArcGIS.Core.CIM.NASolverDefinition)
    Public Property Gets and sets the maximum value of the hierarchy attribute. (Inherited from ArcGIS.Core.CIM.NASolverDefinition)
    Public Property Gets and sets the number of lower level junctions to explore before searching the next hierarchy level. (Inherited from ArcGIS.Core.CIM.NASolverDefinition)
    Public Property Gets and sets a boolean which indicates whether or not to ignore invalid locations. (Inherited from ArcGIS.Core.CIM.NASolverDefinition)
    Public Property Gets and sets the impedance attribute name. (Inherited from ArcGIS.Core.CIM.NASolverDefinition)
    Public Property Gets and sets a boolean indicating whether the input date time fields are in UTC.  
    Public Property Gets and sets whether or not to generate directions on solve. (Inherited from ArcGIS.Core.CIM.NADirectionsCapableSolverDefinition)
    Public Property Gets and sets the associated network build hash. (Inherited from ArcGIS.Core.CIM.NASolverDefinition)
    Public Property Gets and sets the output geometry precision. (Inherited from ArcGIS.Core.CIM.NASolverDefinition)
    Public Property Gets and sets the output geometry precision units. (Inherited from ArcGIS.Core.CIM.NASolverDefinition)
    Public Property Gets and sets the output line type.  
    Public Property Gets and sets a boolean which indicates if the solver should keep the first stop fixed in the sequence.  
    Public Property Gets and sets a boolean which indicates if the solver should keep the last stop fixed in the sequence.  
    Public Property Gets and sets a boolean which indicates if the hierarchy ranges will be reset to the network dataset's hierarchy settings when the solver is bound. (Inherited from ArcGIS.Core.CIM.NASolverDefinition)
    Public Property Gets and sets the restriction attribute names. (Inherited from ArcGIS.Core.CIM.NASolverDefinition)
    Public Property Gets and sets a setting which indicates how U-Turns should be restricted in the analysis. (Inherited from ArcGIS.Core.CIM.NASolverDefinition)
    Public Property Gets and sets the time the route begins.  
    Public Property Gets and sets a boolean indicating whether TimeOfDay is in UTC.  
    Public Property Gets and sets a boolean which indicates if the hierarchy attribute for the network should be used in analysis. (Inherited from ArcGIS.Core.CIM.NASolverDefinition)
    Public Property Gets and sets a boolean which indicates if the solver should start the route at a particular time.  
    Public Property Gets and sets a boolean which indicates if the solver should consider time windows.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Reconstructs the NARouteSolver with a specified state from a JSON encoding.  
    Public Method Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public Method Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public MethodOverridden.  Creates a JSON encoding of the NARouteSolver and its current state.  
    Public Method Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    Protected Methods
     NameDescription
    Protected Method Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Protected MethodOverridden.  Reads the child element inside the reader.  
    Protected MethodOverridden.  Writes a child element to the writer.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    See Also