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


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

ITemporalLayer.SuspendIndexing Method

This method suspends or resumes indexing on a temporal layer.

[Visual Basic .NET]
Public Sub SuspendIndexing ( _
    ByVal bvarSuspend As Boolean _
)
[C#]
public void SuspendIndexing (
    bool bvarSuspend
);
[C++]
HRESULT SuspendIndexing(
  VARIANT_BOOL bvarSuspend
);
[C++]
Parameters
bvarSuspend [in]

bvarSuspend is a parameter of type bool

Product Availability

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

See Also

ITemporalLayer Interface