GetActionProperties Method

Summary

Gets the current properties for the specified action.

Syntax
C#
VB
C++
  
Public Function GetActionProperties( _ 
   ByVal actionType As MedicalViewerActionType _ 
) As MedicalViewerBaseAction 
            public: 
MedicalViewerBaseAction^ GetActionProperties(  
   MedicalViewerActionType actionType 
)  

Parameters

actionType
The specified action.

Return Value

A MedicalViewerBaseAction that contains the retrieved properties.

Remarks

To set the properties for the specified action, call the SetActionProperties method.

Example

For an example, refer to MedicalViewerAlpha.

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.MedicalViewer Assembly