ESRI.ArcGIS.NetworkAnalystTools
search_query Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.NetworkAnalystTools Namespace > CalculateLocations Class : search_query Property




Specifies a query to restrict the search to a subset of the features within a source feature class. This is useful if you don't want to find features that may be unsuited for a network location. For example, if you are loading centroids of polygons and don't want to locate on local roads, you can define a query that searches for major roads only. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property search_query As Object
Visual Basic (Usage)Copy Code
Dim instance As CalculateLocations
Dim value As Object
 
instance.search_query = value
 
value = instance.search_query
C# 
public object search_query {get; set;}

See Also

© 2010 All Rights Reserved.