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