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


In This Topic
    NALocator Class Members
    In This Topic

    The following tables list the members exposed by NALocator.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Gets and sets a boolean which indicates whether to turn on or off auto-relocate behavior at solve time. (Inherited from ArcGIS.Core.CIM.NALocatorDefinition)
    Public Property Gets and sets a boolean which indicates whether to exclude restricted portions of the network when locating points. (Inherited from ArcGIS.Core.CIM.NALocatorDefinition)
    Public Property Gets and sets a boolean which indicates if the closest location (only) should be returned. (Inherited from ArcGIS.Core.CIM.NALocatorDefinition)
    Public Property Input classes with an override locator use those locator settings instead of the default locator settings. (Inherited from ArcGIS.Core.CIM.NALocatorDefinition)
    Public Property Gets and sets the maximum snap tolerance. (Inherited from ArcGIS.Core.CIM.NALocatorDefinition)
    Public Property Gets and sets the locator agents. (Inherited from ArcGIS.Core.CIM.NALocatorDefinition)
    Public Property Gets and sets the output spatial reference. (Inherited from ArcGIS.Core.CIM.NALocatorDefinition)
    Public Property Gets and sets the snap tolerance. (Inherited from ArcGIS.Core.CIM.NALocatorDefinition)
    Public Property Gets and sets the snap tolerance units. (Inherited from ArcGIS.Core.CIM.NALocatorDefinition)
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Reconstructs the NALocator 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 NALocator 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 Method Reads the child element inside the reader. (Inherited from ArcGIS.Core.CIM.NALocatorDefinition)
    Protected Method Writes a child element to the writer. (Inherited from ArcGIS.Core.CIM.NALocatorDefinition)
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    See Also