This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IT > ITimeWindow Interface > ITimeWindow.DefinitionQuery Property (ArcObjects .NET 10.4 SDK) |
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
This property stores the pre-existing definition query of a time layer before time animation is played.