LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

OnAddingControl3DError Method (Load3DVolumeCommand)

Show in webframe






The Leadtools.Medical3D.Medical3DControl that has the 3D volume.
The Leadtools.MedicalViewer.MedicalViewerMultiCell that is used to load the volume.
The System.Exception that caused the loading to fail.
Publishes the Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker.PublishVolumeLoadingError.
Syntax
protected override void OnAddingControl3DError( 
   Medical3DControl medical3DControl,
   MedicalViewerMultiCell medicalViewerMultiCell,
   Exception exception
)
'Declaration
 
Protected Overrides Sub OnAddingControl3DError( _
   ByVal medical3DControl As Medical3DControl, _
   ByVal medicalViewerMultiCell As MedicalViewerMultiCell, _
   ByVal exception As Exception _
) 
'Usage
 
Dim instance As Load3DVolumeCommand
Dim medical3DControl As Medical3DControl
Dim medicalViewerMultiCell As MedicalViewerMultiCell
Dim exception As Exception
 
instance.OnAddingControl3DError(medical3DControl, medicalViewerMultiCell, exception)

            

            
protected: void OnAddingControl3DError( 
   Medical3DControl* medical3DControl,
   MedicalViewerMultiCell* medicalViewerMultiCell,
   Exception* exception
) override 
protected:
void OnAddingControl3DError( 
   Medical3DControl* medical3DControl,
   MedicalViewerMultiCell* medicalViewerMultiCell,
   Exception* exception
) override 

Parameters

medical3DControl
The Leadtools.Medical3D.Medical3DControl that has the 3D volume.
medicalViewerMultiCell
The Leadtools.MedicalViewer.MedicalViewerMultiCell that is used to load the volume.
exception
The System.Exception that caused the loading to fail.
Requirements

Target Platforms

See Also

Reference

Load3DVolumeCommand Class
Load3DVolumeCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.