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


IRealTimeFeedSimulator.FixedTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeedSimulator Interface > IRealTimeFeedSimulator.FixedTime Property
ArcGIS Developer Help

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