ArcObjects Library Reference (Carto)  

IMosaicRule.TimeValue Property

The request time value.

[Visual Basic .NET]
Public Property TimeValue As ITimeValue
[C#]
public ITimeValue TimeValue {get; set;}
[C++]
HRESULT get_TimeValue(
  ITimeValue** ppTimeValue
);
[C++]
HRESULT putref_TimeValue(
  ITimeValue* ppTimeValue
);
[C++]

Parameters

ppTimeValue [out, retval]

  ppTimeValue is a parameter of type ITimeValue

ppTimeValue [in]

  ppTimeValue is a parameter of type ITimeValue

Product Availability

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

See Also

IMosaicRule Interface