ArcObjects Library Reference (TrackingAnalyst)  

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 VARIANT_BOOL

Product Availability

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

See Also

ITemporalLayer Interface