AddAction Method

Summary

Adds a new action to the Medical 3D control.

Syntax
C#
VB
C++
public override void AddAction( 
   MedicalViewerActionType actionType 
) 
  
Public Overrides Sub AddAction( _ 
   ByVal actionType As MedicalViewerActionType _ 
)  
public: 
void AddAction(  
   MedicalViewerActionType actionType 
) override  

Parameters

actionType
The action to be added.

Remarks

The same action cannot be added to a medical 3D control twice.

Example

For an example refer to Medical3DObject.RotateX

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