This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITimeDisplayTable2 Interface > ITimeDisplayTable2.PrepareTimeQueryEx Method (ArcObjects .NET 10.4 SDK) |
Prepares an input query filter by appending the time expression into the where clause.
[Visual Basic .NET] Public Sub PrepareTimeQueryEx ( _ ByVal pTimeValue As ITimeValue, _ ByVal eTimeRelation As esriTimeRelation, _ ByVal pFilter As IQueryFilter _ )
[C#] public void PrepareTimeQueryEx ( ITimeValue pTimeValue, esriTimeRelation eTimeRelation, IQueryFilter pFilter );
[C++]
HRESULT PrepareTimeQueryEx(
ITimeValue* pTimeValue,
esriTimeRelation eTimeRelation,
IQueryFilter* pFilter
);
[C++]
Parameters pTimeValue [in]
pTimeValue is a parameter of type ITimeValue eTimeRelation [in]
eTimeRelation is a parameter of type esriTimeRelation pFilter [in, out]
pFilter is a parameter of type IQueryFilter