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


IScene.DelayEvents Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > IScene Interface > IScene.DelayEvents Method
ArcGIS Developer Help

IScene.DelayEvents Method

Used to batch operations together in order to minimize system notifications.

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

delay is a parameter of type bool

Product Availability

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

See Also

IScene Interface