This document is archived and information here might be outdated. Recommended version. |
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(
System.String* 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.