LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

OnAddingControl3DError Method (Load3DVolumeAsyncCommandBase)







The Leadtools.Medical3D.Medical3DControl that has the 3D volume.
The Leadtools.MedicalViewer.MedicalViewerMultiCell that is used to generate the volume.
The System.Exception that caused the generation to fail.
Notifies derived classes that an error has occured while creating the 3D volume.
Syntax
protected virtual void OnAddingControl3DError( 
   Medical3DControl medical3DControl,
   MedicalViewerMultiCell medicalViewerMultiCell,
   Exception exception
)
'Declaration
 
Protected Overridable Sub OnAddingControl3DError( _
   ByVal medical3DControl As Medical3DControl, _
   ByVal medicalViewerMultiCell As MedicalViewerMultiCell, _
   ByVal exception As Exception _
) 
'Usage
 
Dim instance As Load3DVolumeAsyncCommandBase
Dim medical3DControl As Medical3DControl
Dim medicalViewerMultiCell As MedicalViewerMultiCell
Dim exception As Exception
 
instance.OnAddingControl3DError(medical3DControl, medicalViewerMultiCell, exception)
protected virtual void OnAddingControl3DError( 
   Medical3DControl medical3DControl,
   MedicalViewerMultiCell medicalViewerMultiCell,
   HResult exception
)
 function Leadtools.Medical.Workstation.Commands.Load3DVolumeAsyncCommandBase.OnAddingControl3DError( 
   medical3DControl ,
   medicalViewerMultiCell ,
   exception 
)
protected: virtual void OnAddingControl3DError( 
   Medical3DControl* medical3DControl,
   MedicalViewerMultiCell* medicalViewerMultiCell,
   Exception* exception
) 
protected:
virtual void OnAddingControl3DError( 
   Medical3DControl* medical3DControl,
   MedicalViewerMultiCell* medicalViewerMultiCell,
   Exception* exception
) 

Parameters

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Load3DVolumeAsyncCommandBase Class
Load3DVolumeAsyncCommandBase Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.