C#
VB
C++
Checks whether a command is registered with a given feature and can be executed.
public bool IsFeatureExecutable(
string featureId
)
Function IsFeatureExecutable( _
ByVal featureId As String _
) As Boolean
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; it is 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