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


IRealTimeFeedSimulator.FixedTime Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeFeedSimulator.FixedTime Property

Indicates if a fixed time interval is used. If false, use a data-driven time interval. Defaults to true.

[Visual Basic .NET]
Public Property FixedTime As Boolean
[C#]
public bool FixedTime {get; set;}
[C++]
HRESULT get_FixedTime(
  Boolean* pFixed
);
[C++]
HRESULT put_FixedTime(
  VARIANT_BOOL pFixed
);
[C++]

Parameters pFixed [out, retval]
pFixed is a parameter of type bool* pFixed [in]
pFixed is a parameter of type bool

Product Availability

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

See Also

IRealTimeFeedSimulator Interface