ArcGIS Pro 2.6 API Reference Guide
NALocatorFeatureAgent Constructor(String,String,Boolean,Int32)

ArcGIS.Core.CIM Namespace > NALocatorFeatureAgent Class > NALocatorFeatureAgent Constructor : NALocatorFeatureAgent Constructor(String,String,Boolean,Int32)
Name
Where clause
A boolean indicating whether to use a subtypes
The subtype code if used
Creates a new default locator feature agent object from the input parameters.
Syntax
public NALocatorFeatureAgent( 
   string name,
   string whereClause,
   bool usesSubType,
   int subTypeCode
)
Public Function New( _
   ByVal name As String, _
   Optional ByVal whereClause As String, _
   Optional ByVal usesSubType As Boolean, _
   Optional ByVal subTypeCode As Integer _
)

Parameters

name
Name
whereClause
Where clause
usesSubType
A boolean indicating whether to use a subtypes
subTypeCode
The subtype code if used
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

NALocatorFeatureAgent Class
NALocatorFeatureAgent Members
Overload List