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(
  VARIANT_BOOL* pFixed
);
[C++]
HRESULT put_FixedTime(
  VARIANT_BOOL pFixed
);
[C++]

Parameters

pFixed [out, retval]   pFixed is a parameter of type VARIANT_BOOL pFixed [in]   pFixed is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRealTimeFeedSimulator Interface