ArcObjects Library Reference (NetworkAnalyst)  

INALocatorFeatureAgent2.FullWhereClause Property

The full where clause including the subtype predicate in the UseSubtype case.

[Visual Basic .NET]
Public ReadOnly Property FullWhereClause As String
[C#]
public string FullWhereClause {get;}
[C++]
HRESULT get_FullWhereClause(
  BSTR* FullWhereClause
);
[C++]

Parameters

FullWhereClause [out, retval]   FullWhereClause is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

The FullWhereClause returns the where clause on the spatial filter that is used to constrain the features searched within the source feature class when finding the closest network location.

It is a concatenation of the WhereClause property and the subtype constraint set by the UseSubtype and SubytpeCode properties.

 

See Also

INALocatorFeatureAgent2 Interface