This document is archived and information here might be outdated.  Recommended version.


ITimeWindow.DefinitionQuery Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IT > ITimeWindow Interface > ITimeWindow.DefinitionQuery Property
ArcGIS Developer Help

ITimeWindow.DefinitionQuery Property

The definition query.

[Visual Basic .NET]
Public Property DefinitionQuery As String
[C#]
public string DefinitionQuery {get; set;}
[C++]
HRESULT get_DefinitionQuery(
  System.String* pQuery
);
[C++]
HRESULT put_DefinitionQuery(
  BSTR pQuery
);
[C++]
Parameters
pQuery [out, retval]

pQuery is a parameter of type BSTR* pQuery [in]
pQuery is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

This property stores the pre-existing definition query of a time layer before time animation is played.

See Also

ITimeWindow Interface