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


ITimeWindow.DefinitionQuery Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

ITimeWindow.DefinitionQuery Property

The definition query.

[Visual Basic .NET]
Public Property DefinitionQuery As String
[C#]
public string DefinitionQuery {get; set;}
[C++]
HRESULT get_DefinitionQuery(
  BSTR* 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