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


IImageServiceInfo2.SupportsTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo2 Interface > IImageServiceInfo2.SupportsTime Property
ArcGIS Developer Help

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(
  Boolean* supports
);
[C++]
HRESULT put_SupportsTime(
  VARIANT_BOOL supports
);
[C++]
Parameters
supports [out, retval]

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

Product Availability

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

See Also

IImageServiceInfo2 Interface