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


ITimeData2.HasLiveData Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITimeData2 Interface > ITimeData2.HasLiveData Property
ArcGIS Developer Help

ITimeData2.HasLiveData Property

.

[Visual Basic .NET]
Public Property HasLiveData As Boolean
[C#]
public bool HasLiveData {get; set;}
[C++]
HRESULT get_HasLiveData(
  Boolean* UseTime
);
[C++]
HRESULT put_HasLiveData(
  VARIANT_BOOL UseTime
);
[C++]
Parameters
UseTime [out, retval]

UseTime is a parameter of type bool* UseTime [in]
UseTime is a parameter of type bool

Product Availability

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

See Also

ITimeData2 Interface