This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocatorFeatureAgent2 Interface > INALocatorFeatureAgent2.FullWhereClause Property (ArcObjects .NET 10.5 SDK) |
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
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.