ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / NALocatorFeatureAgent Class / NALocatorFeatureAgent Constructor / NALocatorFeatureAgent Constructor(String,String,Boolean,Int32,Int32)
Name
Where clause
A boolean indicating whether to use a subtypes
The subtype code if used
Indicates whether the class associated with this agent is locatable (non-zero) or not-locatable (zero)

In This Topic
    NALocatorFeatureAgent Constructor(String,String,Boolean,Int32,Int32)
    In This Topic
    Creates a new default locator feature agent object from the input parameters.
    Syntax
    public NALocatorFeatureAgent( 
       string name,
       string whereClause,
       bool usesSubType,
       int subTypeCode,
       int snapType
    )
    Public Function New( _
       ByVal name As String, _
       Optional ByVal whereClause As String, _
       Optional ByVal usesSubType As Boolean, _
       Optional ByVal subTypeCode As Integer, _
       Optional ByVal snapType As Integer _
    )

    Parameters

    name
    Name
    whereClause
    Where clause
    usesSubType
    A boolean indicating whether to use a subtypes
    subTypeCode
    The subtype code if used
    snapType
    Indicates whether the class associated with this agent is locatable (non-zero) or not-locatable (zero)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also