CreateFeatureCommand Method

Summary

Creates and returns the command which executes the given feature.

Syntax
C#
VB
C++
public ICommand CreateFeatureCommand( 
   string featureId 
) 
  
Function CreateFeatureCommand( _ 
   ByVal featureId As String _ 
) As ICommand 
ICommand^ CreateFeatureCommand(  
   String^ featureId 
)  

Parameters

featureId
A System.String that represents the feature which the command will execute.

Return Value

An Leadtools.Medical.Workstation.Commands.ICommand that will execute the feature.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly