LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
DeleteVolume Method
See Also 
Leadtools.Medical.Workstation.DataAccessLayer Namespace > WorkstationDataAccessAgent Class : DeleteVolume Method




identifier
Type: VolumeIdentifier The VolumeIdentifier which uniquely identifies the 3D volume to be deleted.
identifier
Type: VolumeIdentifier The VolumeIdentifier which uniquely identifies the 3D volume to be deleted.
Deletes a 3D volume information.

Syntax

Visual Basic (Declaration) 
Public Overridable Function DeleteVolume( _
   ByVal identifier As VolumeIdentifier _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WorkstationDataAccessAgent
Dim identifier As VolumeIdentifier
Dim value As Boolean
 
value = instance.DeleteVolume(identifier)
C# 
public virtual bool DeleteVolume( 
   VolumeIdentifier identifier
)
Managed Extensions for C++ 
public: virtual bool DeleteVolume( 
   VolumeIdentifier* identifier
) 
C++/CLI 
public:
virtual bool DeleteVolume( 
   VolumeIdentifier^ identifier
) 

Parameters

identifier
Type: VolumeIdentifier The VolumeIdentifier which uniquely identifies the 3D volume to be deleted.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also