←Select platform

GetFeatureCommand(string) Method

Summary

Returns a command that is created and associated with a feature.

Syntax

C#
VB
C++
public virtual ICommand GetFeatureCommand( 
   string featureId 
) 
  
Public Overloads Overridable Function GetFeatureCommand( _ 
   ByVal featureId As String _ 
) As Leadtools.Medical.Workstation.Commands.ICommand 
public: 
virtual Leadtools.Medical.Workstation.Commands.ICommand^ GetFeatureCommand(  
   String^ featureId 
)  

Parameters

featureId
A System.String that represents the feature which the command is registered with.

Return Value

An Leadtools.Medical.Workstation.Commands.ICommand that is associated with the given featureId.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly