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


IRasterCommand2.CanExecute Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterCommand2.CanExecute Method

Indicates if this command can execute itself.

[Visual Basic .NET]
Public Function CanExecute ( _
) As Boolean
[C#]
public bool CanExecute (
);
[C++]
HRESULT CanExecute(
void
);

Product Availability

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

See Also

IRasterCommand2 Interface