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


IImageServerObjects.TimeDefinition Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageServerObjects.TimeDefinition Property

The time definition.

[Visual Basic .NET]
Public ReadOnly Property TimeDefinition As ITimeTableDefinition
[C#]
public ITimeTableDefinition TimeDefinition {get;}
[C++]
HRESULT get_TimeDefinition(
  ITimeTableDefinition** ppTimeDefinition
);
[C++]

Parameters ppTimeDefinition [out, retval]
ppTimeDefinition is a parameter of type ITimeTableDefinition

Product Availability

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

See Also

IImageServerObjects Interface