ArcObjects Library Reference (Carto)  

IImageServiceInfo2.SupportsTime Property

Indicates if time is supported.

[Visual Basic .NET]
Public Property SupportsTime As Boolean
[C#]
public bool SupportsTime {get; set;}
[C++]
HRESULT get_SupportsTime(
  VARIANT_BOOL* supports
);
[C++]
HRESULT put_SupportsTime(
  VARIANT_BOOL supports
);
[C++]

Parameters

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

Product Availability

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

See Also

IImageServiceInfo2 Interface