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


IMosaicRule.TimeValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMosaicRule Interface > IMosaicRule.TimeValue Property
ArcGIS Developer Help

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