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


IActionProcessor.CheckLayers Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IActionProcessor.CheckLayers Method

Checks for deleted Layers and disables affected actions.

[Visual Basic .NET]
Public Sub CheckLayers ( _
)
[C#]
public void CheckLayers (
);
[C++]
HRESULT CheckLayers(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IActionProcessor Interface