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

WorkstationDataAccess Property







Gets or sets the data access object used to load and store 3D volumes.
Syntax
public IWorkstationDataAccessAgent WorkstationDataAccess {get; set;}
'Declaration
 
Public Property WorkstationDataAccess As IWorkstationDataAccessAgent
'Usage
 
Dim instance As WorkstationViewer
Dim value As IWorkstationDataAccessAgent
 
instance.WorkstationDataAccess = value
 
value = instance.WorkstationDataAccess
public IWorkstationDataAccessAgent WorkstationDataAccess {get; set;}
 get_WorkstationDataAccess();
set_WorkstationDataAccess(value);
public: __property IWorkstationDataAccessAgent* get_WorkstationDataAccess();
public: __property void set_WorkstationDataAccess( 
   IWorkstationDataAccessAgent* value
);
public:
property IWorkstationDataAccessAgent* WorkstationDataAccess {
   IWorkstationDataAccessAgent* get();
   void set (    IWorkstationDataAccessAgent* value);
}

Property Value

Type: Leadtools.Medical.Workstation.DataAccessLayer.IWorkstationDataAccessAgent The data access object used to load and store 3D volumes.
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

WorkstationViewer Class
WorkstationViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

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