C#
VB
C++
Checks whether a command is registered with a given feature and can be executed.
public virtual bool IsFeatureExecutable(
string featureId
)
Public Overridable Function IsFeatureExecutable( _
ByVal featureId As String _
) As Boolean
public:
virtual bool IsFeatureExecutable(
String^ featureId
)
featureId
A System.String that represents the feature which the command is registered with.
true if a command exists for the given feature and can be executed. Otherwise; false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET