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


ITimeControl.SetTimeRangeFromLayers Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITimeControl Interface > ITimeControl.SetTimeRangeFromLayers Method
ArcGIS Developer Help

ITimeControl.SetTimeRangeFromLayers Method

Sets playback window based on a specific layer's temporal extent.

[Visual Basic .NET]
Public Sub setTimeRangeFromLayers ( _
    ByVal bstrLayerName As String _
)
[C#]
public void setTimeRangeFromLayers (
    string bstrLayerName
);
[C++]
HRESULT setTimeRangeFromLayers(
  BSTR bstrLayerName
);
[C++]
Parameters
bstrLayerName [in]

bstrLayerName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITimeControl Interface